body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 250, 239) !important;
    height: 100vh;
    width: 100vw;
}

.frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
}

.card {
    height: 600px !important;
    --bs-card-spacer-y: 0 !important;
    border-radius: 0 10px 10px 0 !important;
}

.card-box {
    width: 500px;
}

.card-quiz {
    height: 50px !important;
    width: 25rem;
    border-radius: 0 !important;
    cursor: pointer;
    padding: 0 5px;
}

#mainTitle {
    padding: 0 70px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 250, 239) !important;
}

.card-body {
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0 !important;
    width: 100% !important;
}

.card-body-style {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly !important;
    align-items: center;
}

.card-body-style h5 {
    margin: 0 !important;
}

.navbar {
    height: 600px;
    background-color: rgb(39, 52, 92) !important;
}

.bg-color-nav {
    background-color: rgb(39, 52, 92) !important;
    border-radius: 10px 0 0 10px !important;
}

.container-fluid {
    height: 100%;
    box-sizing: border-box;
    background-color: rgb(39, 52, 92) !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center !important;
    border-radius: 10px 0 0 10px !important;
    width: 10rem !important;
    padding: 0 !important;
}

.logo {
    cursor: pointer;
    width: 50px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 100px;
}

.navbar-brand {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    color: white !important;
    font-size: 20px !important;
    margin: 0 !important;
    font-family: "Rubik" !important;
    font-weight: 100 !important;
}

.navbar-brand:visited {
    color: white !important;
}

.navbar-brand:hover {
    cursor: pointer;
    color: white !important;
    font-weight: 400 !important;
    border-left: 6px solid rgb(255, 255, 255);
}

.navbar-brand-visited {
    cursor: pointer;
    color: white !important;
    font-weight: 400 !important;
    border-left: 6px solid rgb(255, 255, 255);
}

.option-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: rgb(214, 214, 214);
    margin-right: 30px;
}

.bg-success {
    background-color: rgb(184, 247, 153);
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.content h5 {
    text-align: center;
    line-height: 30px;
}

.btn-position {
    right: 50px;
    bottom: 50px;
    position: absolute;
}

.answer {
    padding: 0;
    margin: 0;
    word-break: break-all;
}

#footer {
    display: none;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    bottom: 80px;
    width: 100%;
    padding-right: 1rem;
    padding-left: 11rem;
    box-sizing: border-box;
}

.arrow-div {
    cursor: pointer;
    background-color: rgb(217, 223, 245);
    height: 50px;
    width: 50px;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.startContent {
    background: url('../img/brainbg.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0 10px 10px 0 !important;
    width: 100%;
}

.startContent h5 {
    font-family: "PT_Sans_bold";
}

.startContent p {
    font-family: "PT_Sans_regular";
}

.quizContent {
    font-family: "Rubik" !important;
    font-weight: 100 !important;
}

.quizContent h5 {
    font-family: "Rubik" !important;
    font-weight: medium !important;
}

.scoreResult {
    font-family: "Rubik" !important;
    font-weight: bold !important;
    display: flex;
    justify-content: center;
}

.scoreResult p {
    font-family: "Rubik" !important;
    font-weight: medium !important;
    color: rgb(229, 146, 81);
}

.btn-link {
    text-decoration: none !important;
}

.quizContent img {
    width: 90px;
    height: auto;
}

#trophy {
    display: none;
    position: absolute;
    right: 0;
    bottom: 220px;
    z-index: 9999;
}

#trophy img {
    height: 200px;
    width: auto;
}

#burgerMenuIcon {
    display: none;
}

#navbarMenu {
    display: flex;
}

.navbar-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .card-quiz {
        width: 20rem;
    }

    .quizContent {
        font-size: 14px;
    }

    .option-div {
        margin-right: 10px;
    }

    .card-box {
        width: 450px;
    }
}

@media screen and (max-width: 575px) {
    .card-box {
        width: 350px;
    }
}

@media screen and (max-width: 535px) {
    #mainTitle {
        padding: 0 40px !important;
    }

    .container-fluid {
        width: 6rem !important;
    }

    #footer {
        padding-left: 7rem;
    }

    .card-quiz {
        display: flex;
        width: 20rem !important;
    }
}

@media screen and (max-width: 470px) {
    .card-box {
        width: 300px;
    }

    #mainTitle {
        padding: 0 20px !important;
    }

    .card-quiz {
        width: 17rem !important;
    }
}

@media screen and (max-width: 430px) {
    .card-box {
        width: 350px;
        margin-bottom: 100px;
    }

    .card-quiz {
        width: 300px !important;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    #burgerMenuIcon {
        display: block;
    }

    #burgerMenu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 50px;
    }

    .logo {
        display: none;
    }

    .navbar-brand {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navbar-brand:hover {
        border-left: none;
    }

    .navbar-brand-visited {
        border-left: none;
    }

    #navbarMenu {
        display: none;
        height: 200px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .navbar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px 10px 10px 10px !important;
        width: 150px;
    }

    .startContent {
        border-radius: 10px 10px 10px 10px !important;
    }

    .card {
        border-radius: 10px 10px 10px 10px !important;
    }

    #footer {
        position:absolute;
        bottom:0;
        margin:0;
        padding:0;
        box-sizing: border-box;
        z-index:999;
        padding: 0 3rem;
        margin-bottom:30px;
    }

    body {
        height: 100%;
    }

    .container {
        height: 100%;
        box-sizing: border-box;
    }

    pre  {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        font-size: .875em;
    }
}