body {
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0 auto;
    font-family: "Ubuntu", sans-serif;
    display: flex;
}

.mobileAuth {
    display: none;
}



.authBackground {
    width: 100vw;
    height: 100vh;
    background-color: #FFCA00;
    display: hidden;
    flex-direction: column;
}

.authBox {
    width: 40%;
    height: 40%;
    background-color: #FFCA00;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.authTopText {
    background-color: white;
    width: 100%;

    width: 50%;
    height: 13%;
    font-size: 2.5em;

    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;


    border-radius: 70px;
    text-align: center;
    justify-content: center;
    align-content: center;

    margin-left: auto;
    margin-top: 5%;
    margin-right: auto;
    margin-bottom: 5%;

}

.loginClass {
    background-color: white;
    width: 40%;
    height: 13%;
    font-size: 1em;

    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;


    border-radius: 70px;
    text-align: center;
    justify-content: center;
    align-content: center;
    border-color: #ffffff00;

    margin-left: auto;
    margin-top: 2%;
    margin-right: auto;

}

.authBtns {
    width: 50%;
    height: 30%;
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}







.authBtnClass {
    background-color: #1A1A2E;
    width: 40%;
    height: 50%;
    font-size: 1vw;
    color: #FFCA00;

    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;


    border-radius: 70px;
    text-align: center;
    justify-content: center;
    align-content: center;
    border-color: #ffffff00;

    margin-left: auto;
    margin-top: 2%;
    margin-right: auto;

}



















.mainBackground {
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0 auto;
    font-family: "Ubuntu", sans-serif;
    display: flex;
    flex-direction: column;
}

.topMenu {
    width: 100%;
    height: 10vh;
    background-color: #1A1A2E;
    margin: 0 auto;
    position: fixed;
}

.blankTopMenu {
    height: 10vh;
    width: 100%;
}


.header {
    width: 100vw;
    height: 100vh;
    /* background-color: green; */
    background: url('headerIndex02.webp');
    background-size: cover;
    display: flex;

}

.helloBlock {
    width: 37vw;
    height: 35vh;
    background-color: #FFCA00;
    margin: auto;
    display: flex;
    flex-direction: column;
    border-radius: 200px;
    justify-content: space-around;
}

.biggerText {
    font-weight: 700;
    text-align: center;
    font-size: 3em;
    color: #1A1A2E;
}

.smallerText {
    width: 90%;
    font-style: light;
    text-align: center;
    font-size: 1.3em;
    margin: 0 auto;
    color: #1A1A2E;

    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.startButton {
    width: 7vw;
    height: 15%;
    background-color: #1A1A2E;
    color: white;
    margin: 0 auto;

    font-size: 1.2em;

    font-family: "Ubuntu", sans-serif;
    font-weight: 2;
    font-style: normal;

    border-radius: 30px;
    text-align: center;
    justify-content: center;
    align-content: center;

}

.block1 {
    height: 100vh;
    width: 100vw;
    background-color: #FFCA00;
    display: flex;
    flex-direction: row;
}

.leftSideBlock1 {
    background-color: #FFCA00;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.bigBlockText1 {
    background-color: white;
    width: 75%;
    height: 13%;




    font-size: 2.5em;

    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;


    border-radius: 70px;
    text-align: center;
    justify-content: center;
    align-content: center;

    margin-left: 5vw;
    margin-top: 10%;
    margin-right: auto;


}

.smallBlockText1 {
    background-color: white;
    width: 50%;
    height: 35%;


    border-radius: 50px;
    text-align: start;
    justify-content: center;
    align-content: center;
    padding: 3%;
    margin-left: 5vw;
    margin-top: 5%;




    font-size: 2em;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;



}

.rightSideBlock1 {
    width: 50%;
    height: 100%;
    background-color: #FFCA00;
    display: flex;
}

.rightSidePic1 {
    width: 80%;
    height: 80%;
    background: url('yellowpic.png');
    background-size: cover;
    display: flex;
    margin: auto;
}










.block2 {
    height: 100vh;
    width: 100vw;
    background-color: white;
    display: flex;
    flex-direction: row;
}





.rightSideBlock2 {
    background-color: black;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}







.bigBlockText2 {
    background-color: white;
    width: 75%;
    height: 13%;




    font-size: 2.5em;

    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;


    border-radius: 70px;
    text-align: center;
    justify-content: center;
    align-content: center;


    margin-top: 10%;
    margin-right: 5vw;
    margin-left: auto;

}



.smallBlockText2 {
    background-color: white;
    width: 50%;
    height: 35%;


    border-radius: 50px;
    text-align: start;
    justify-content: center;
    align-content: center;
    padding: 3%;
    margin-left: auto;
    margin-right: 5vw;
    margin-top: 5%;




    font-size: 2em;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;



}

.leftSideBlock2 {
    width: 50%;
    height: 100%;
    background-color: black;
    display: flex;
}

.leftSidePic2 {
    width: 80%;
    height: 80%;
    background: url('picpic2.jpg');
    background-size: cover;
    display: flex;
    margin: auto;
}




.block3 {
    height: 100vh;
    width: 100vw;
    background-color: white;
    display: flex;
    flex-direction: row;
}






.leftSideBlock3 {
    background-color: #FFCA00;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.bigBlockText3 {
    background-color: white;
    width: 75%;
    height: 13%;




    font-size: 2.5em;

    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;


    border-radius: 70px;
    text-align: center;
    justify-content: center;
    align-content: center;

    margin-left: 5vw;
    margin-top: 10%;
    margin-right: auto;


}

.smallBlockText3 {
    background-color: white;
    width: 50%;
    height: 35%;


    border-radius: 50px;
    text-align: start;
    justify-content: center;
    align-content: center;
    padding: 3%;
    margin-left: 5vw;
    margin-top: 5%;




    font-size: 2em;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;



}

.rightSideBlock3 {
    width: 50%;
    height: 100%;
    background-color: #FFCA00;
    display: flex;
}

.rightSidePic3 {
    width: 80%;
    height: 80%;
    background: url('dengiii.jpg');
    background-size: cover;
    display: flex;
    margin: auto;
    border-radius: 50%;
}





.bottomMenu {
    background-color: #1A1A2E;
    height: 40vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
}





a {
    margin-left: 10vh;
    text-decoration: none;
    font-size: 2em;
    color: #FFCA00;
}






















.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}
















.mobileMenu {
    display: none;
}




@media(max-width: 1000px) {
    body {
        display: flex;
        align-items: center;
        background-color: #FFCA00;

    }

    .mainMenu {
        display: none;
    }


    .mobileMenu {
        display: flex;
        width: 100vw;
        height: 100vh;
        background-color: #FFCA00;
    }

    .mobileBox {
        flex-direction: column;
        width: 95%;
        height: 95%;

        margin-top: auto;
        margin-bottom: auto;
        display: flex;

        background-color: #1A1A2E;
        margin: auto;

    }

    .mobileBoxContainer {
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;

        margin-top: auto;
        margin-bottom: auto;

    }

    .helloMobile {
        align-items: center;
        align-content: center;
        text-align: center;
        color: #FFCA00;
        font-size: 10vw;



        font-family: "Ubuntu", sans-serif;
        font-weight: 700;
        font-style: normal;


    }

    .welcomeTextMobile {

        align-items: center;
        align-content: center;
        text-align: center;
        color: #ffffff;
        font-size: 5vw;



        font-family: "Ubuntu", sans-serif;
        font-weight: 300;
        font-style: normal;



    }

    .startMobileBtn {
        background-color: black;
        color: white;
        width: 30%;
        height: 30%;
        border-radius: 30px;
        margin: auto;


        align-items: center;
        align-content: center;
        text-align: center;


        font-size: 5vw;
        font-family: "Ubuntu", sans-serif;
        font-weight: 300;
        font-style: normal;
    }


    .mobileAuth {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: #FFCA00;
        flex-direction: column;
    }

    .authBox2 {
        width: 60%;
        height: 40%;
        background-color: #FFCA00;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .loginClass2 {
        width: 70%;
        height: 10%;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;


        background-color: white;
        color: #1A1A2E;
        border-radius: 30px;

        text-align: center;
        font-family: "Ubuntu", sans-serif;
        font-weight: 500;
        font-style: normal;

    }



    .authBtnClass {
        background-color: #1A1A2E;
        width: 45%;
        height: 50%;
        font-size: 4.5vw;
        color: #FFCA00;

        font-family: "Ubuntu", sans-serif;
        font-weight: 500;
        font-style: normal;


        border-radius: 70px;
        text-align: center;
        justify-content: center;
        align-content: center;
        border-color: #ffffff00;


        margin-top: 2%;


    }








    .authBtnsMobile {
        width: 100%;
        height: 30%;
        margin-bottom: 0;
        margin-top: auto;
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }




    .authTopText2 {
        align-items: center;
        align-content: center;
        text-align: center;
        color: #1A1A2E;
        font-size: 10vw;



        font-family: "Ubuntu", sans-serif;
        font-weight: 700;
        font-style: normal;


    }




}