@font-face {
    font-family: Gilroy;
    font-weight: 400;
    src: url(../fonts/gilroy-regular.13abd8b3.otf) format("opentype");
}
/*13abd8b3*/
@font-face {
    font-family: Gilroy;
    font-weight: 500;
    src: url(../fonts/gilroy-medium.8d6b4a62.otf) format("opentype");
}

@font-face {
    font-family: Gilroy;
    font-weight: 600;
    src: url(../fonts/gilroy-semibold.84d83109.otf) format("opentype");
}

@font-face {
    font-family: Gilroy;
    font-weight: 700;
    src: url(../fonts/gilroy-bold.92da4b03.otf) format("opentype");
}

body {
    font-family: Gilroy, sans-serif;
}

header {
    z-index: 99;
}


.main_logo {
    padding-top: 4px;
    width: 250px;
}




.center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.questions {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #090A0A;
    line-height: 1.3;
    letter-spacing: 0.8px;
    overflow-wrap: break-word;
    margin: 15px 0 29px 0;
    padding-bottom: 10px;
}

#question-container {
    max-width: 78%; /* Adjust the maximum width as needed */
    width: 500px; /* Adjust the width to be 40px less than 100% */
    margin: 0 auto 20px; /* Center the container horizontally */
    text-align: center;
    /*margin-top: 10px;*/
}

.next-btn {
    margin-top: 20px; /* Add spacing between input field and button */
}