.page {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.whole {
    width: 60%;
    float: left;
    margin-top: 30px;
}

.menu {
    width: 30%;
    margin-left: 10%;
    float: left;
    margin-top: 50px;
}

.content {
    margin-top: 85px !important;
    overflow:initial !important;
}


.firstTitle {
    font-size: 14px;
    
}

.secondTitle {
    font-size: 30px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 2rem;
    color:var(--primary-color);
    font-weight: 600;
    line-height:1.3;
}

.maincolor {
    color: var(--secondary-color);
}

@media screen and (max-width:1100px) {

    .page {
        margin-left: 0%;
        width: 100%;
    }
}

@media screen and (max-width:1100px) {

    .whole {
        width: calc(92%);
        margin-left: 4%;
    }

    .menu {
        width: calc(92%);
        margin-left: 4%;
        margin-top:50px;
    }
}
@media screen and (max-width:600px) {

    .whole {
        width: calc(100%);
        margin-left: 0%;
    }
}




.title {
    text-align: left;
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 1.25;
}

    .text {
        margin: 25px 0;
    }

    .description {
        font-size: 15px;
        text-align:left !important;
    }

.description-2 {
    padding: 2em;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 4px 12px;
}

    span {
        color: #666666;
        font-weight: 400;
    }




    .text-primary {
        color: #D36F6F !important;
    }

    .read-more {
        margin-top: 10px;
        color: #D36F6F !important;
    }

        .read-more:hover {
            cursor: pointer;
            opacity: 0.8;
        }

    .text-muted {
        margin-top: 5px;
    }


.sticky {
    width: 100%;
    position: sticky;
    top: 100px;
}

#stick-rek {
    background: var(--primary-card-background);
    border-radius: 8px;
    padding: 1em;
}


    .question-title {
        font-size: 19px;
        margin-bottom: 14px;
        font-weight: 500;
    }

    .question-options {
        margin-top: 15px;
        font-size: 16px;
    }

    .question-option-item {
        width: 100%;
        padding: 16px 25px;
        background: var(--secondary-card-background);
        margin: 4px 0;
        border-radius: 6px;
        border:1px solid var(--border-color);
        transition: 0.25s;
        font-size:15px;
    }

        .question-option-item:hover {
            background: rgba(0,0,0,0.18);
            cursor: pointer;
        }

    .question {
        margin-top: 50px;
    }

    .useImages {
        border-radius: 6px;
    }

    .answer {
        margin: 20px 0px;
        padding: 12px 15px;
        width: 100%;
        text-align: center;
        display: none;
        border-radius: 6px;
        border: 1px solid lightgrey;
    }

    .quiz-end {
        text-align: center;
        background: rgba(211,111,111, 0.66);
        padding: 25px 10px;
        border-radius: 6px;
        width: 100%;
        color: rgb(255,255,255);
        display: none;
    }

    .bold {
        font-weight: 500;
        letter-spacing: 0.25px;
    }

    .source {
        font-size: 9px;
        text-align: end;
        width: 100%;
        margin-top: 3px;
        background: linear-gradient(90deg, transparent 50%, rgba(0,0,0,0.05));
        border-radius: 4px;
        padding: 2px 8px;
    }

    .next {
        text-align: center;
        border-radius: 8px;
        padding: 16px 18px;
        width: 100%;
        max-width: 600px;
        margin-top: 30px;
        transition: 0.25s;
        border: 1px solid lightgrey;
    }

        .next:hover {
            background: rgba(0,0,0,0.08);
            cursor: pointer;
        }

    .badge {
        background: #D36F6F;
        color: rgb(240,240,240);
        padding: 4px 7px;
        font-weight: 400;
        border-radius: 4px;
    }

    .num {
        color: var(--secondary-color);
        font-weight: 700;
    }





    .a-name {
        text-decoration: underline;
    }

    a:hover {
        color: unset;
        text-decoration: none;
    }



    .wrapper-inside {
        display: inline-block;
        width: 100%;
    }



.quiz-post:hover .card-title {
    color: var(--secondary-color);
}

.quiz-post:hover .card-text {
    color: var(--secondary-color);
}



    a:hover {
        color: unset;
    }


    .radius {
        border-radius: 8px;
        border: 1px solid lightgrey;
    }




    #title {
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius:20px;
    }









