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

.header {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 32px 32px;
    color: white;
    background-color: white;

    text-align: left;

    image-rendering: high-quality;
}

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

        margin: 0 auto;
    }

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

        margin: -25% auto 0;
    }

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

        border-radius: 10px;

        margin: -20% auto -15%;
    }
}


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

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

    border-radius: 10px;


    .HOME_sub_description_text {
        color: #3d0008ff;
        font-size: 1.5rem;
    }
}