body {
    font-size: 0.8rem;
    margin: 0 0;
    /* background: linear-gradient(#d7574e, #daa205, #16806a, #2c162d); */
    /* background: #f9fafe; */
    /* background: #f3efd1; */
    font-family: "Spline Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1rem;
    color: #2c162d;
    position: relative;
}

.noiseOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: repeat;
    background-image: url("noise.svg");
    mix-blend-mode: multiply;
    pointer-events: none;
    filter: contrast(140%) brightness(140%);
  }

.container {
    width: 100%;
    background: linear-gradient(to bottom right, #2c162d, #16806a, #2c162d);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: auto;
    margin: 0 auto;
    justify-content: center;
}

.flex-nav {
    height: auto;
    width: 100%;
    /* background: #2c162d; */
    padding: 1rem;
    text-align: center;
}

.flex-left {
    width: 460px;
    background: linear-gradient(#f0edaa, #d7574e);
    /* background: #f3d1d5; */
    overflow: auto;
}

.item-left {
    padding: 1rem 1.2rem;
    border-bottom: 0.25px solid #2c162d;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
}

.item-left img {
    width: 100%;
    margin: 10px 0;
    border: 0.25px solid #2c162d;
    border-radius: 5px;
}

.flex-mid {
    width: 460px;
    background: linear-gradient(#d7574e, #16806a, #7db39c);
    /* background: #d7574e; */
    /* background: #d1d5f3; */
    overflow: auto;
}

.flex-right {
    width: 460px;
    background: linear-gradient(#7db39c, #f0edaa);
    /* background: #7db39c; */
    overflow-y: auto;
    overflow-x: hidden;
}

.flex-right a:hover {
    background-color: #f0edaa;
}

.item-right {
    padding: 1rem 1.2rem;
    border-bottom: 0.25px solid #2c162d;
    text-align: left;
}

.item-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* .flex-title {
    width: 460px;
    overflow-y: auto;
}

.flex-description {
    width: 100px;
    overflow-y: auto;
}

.flex-date {
    width: 60px;
    overflow-y: auto;
} */


iframe {
    aspect-ratio: 16 / 9;
    height: auto !important;
    width: 100% !important;
  }

.item-grid {
    display: grid;
    grid-template-columns: 55% auto auto;
    grid-template-rows: auto;
    align-content: center;
    overflow: auto;
    /* grid-template-columns: repeat(3, minmax(200px, 300px)); */
}

.all {
    grid-column: 1 / 4;
}

.big {
    grid-column: 1 / 2;
}

.small-1 {
    grid-column: 2 / 3;
}

.small-1 img {
    height: 12px;
}

.small-2 {
    grid-column: 3 / 4;
}

.type {
    /* background: #f0edaa; */
    width: auto;
    border: 0.25px solid #2c162d;
    border-radius: 5px;
    font-size: 0.6rem;
    text-align: center;
    padding: 1px 1px;
    margin: 5px auto;
}

/*text*/

h1 {
    font-size: 1.6rem;
    font-family: "Funnel Display", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
    color: #f0edaa;
    margin: 0;
}

h2 {
    font-size: 1rem;
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    text-align: center;
}

b {
    font-size: 0.8rem;
    font-family: "Spline Sans", sans-serif;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #2c162d;
}

.red {
    color: #d7574e; 
}

/* a:hover {
    background-color: #d5f3d1;
} */
