html {
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    background-color: #fff5f8;

}

/* ---------- Header ---------- */

.UNI_Header {
    position: sticky;
    top: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
    background-color: white;
    text-align: left;
    image-rendering: high-quality;

    z-index: 1;

    .UNI_Header_List {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: left;


        width: 80%;

        li {
            display: inline-block;
            text-decoration: none;
            padding: 16px;
        }

        .UNI_HEADER_Link {
            text-decoration: none;
            color: #3d0008ff;
            font-size: 1.2em;
        }
    }
}

/* ---------- Title & Banner ---------- */

.UNI_Hero {
    .UNI_hero_background {
        position: relative;
        display: block;
        max-width: 100%;
        text-align: center;

        margin: 0 auto;

        z-index: -2;
    }

    .UNI_hero_clip {
        position: relative;
        display: block;
        max-width: 100%;
        text-align: center;

        margin: -25% auto 0;

        z-index: -2;
    }

    .UNI_hero_poster {
        position: relative;
        display: block;
        max-width: 60%;
        text-align: center;

        border-radius: 10px;

        margin: -20% auto -15%;

        z-index: -1;
    }
}


.UNI_disc {
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: wrap;
    height: 10rem;
    width: 60%;

    margin: 20% auto 0%;
    background-color: #fbdde7;

    border-radius: 10px;

    .UNI_disc_text {
        color: #3d0008ff;
        font-size: 1.2rem;
    }
}

.UNI_bottom_banner {
    z-index: 1;
    margin-bottom: -25%;
}

.UNI_top_banner {
    z-index: 1;
    margin-bottom: -1%;
}