body {
    background-color: rgb(247, 247, 247) !important;
}

.container {
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden !important;
}

.card-header {
    padding: 25px !important;
}

.quiz-nav-hover:hover {
    background-color: rgba(33,37,41, 0.95) !important;
}

.nav-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.quiz-nav {
    width: 90% !important;
    padding: 0px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    color: white !important;
}

.quiz-nav-name {
    display: flex;
    width: 100%;
    justify-content: center;
}

.quiz-card {
    width: 21rem;
    margin-left: 10px;
    margin-right: 10px;
}

.quiz-answer-card {
    cursor: pointer;
}

.quiz-answer-card:hover {
    background-color: rgba(97, 97, 97, 0.1);
}

.flex-md-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding-top: 12px;
    align-items: center;
}

.bg-success,
.bg-danger {
    color: white !important;
}

.card-img-top {
    max-height: 300px;
    object-fit: cover;
}

.progress {
    --bs-progress-border-radius: var(--bs-border-radius);
}

.navbar-collapse {
    display: flex;
}

@media (max-width: 992px) {

    .show,
    .collapse {
        flex-direction: column;
    }

    .navbar-nav {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .nav-link {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}