.site {
    padding-bottom: 50em;
}

a {
    color: black;
    font-size: large;
    /* margin-left: 1em;
    margin-right: 1em; */
    text-decoration: none;
    font-weight: bold;
}

article {
    background-color: rgb(167, 182, 196);
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 2.5%;
}

p {
    margin-left: 2em;
    font-weight: 500;
}


/* Question Block */
.question-block {
    background-color: rgb(141, 158, 175);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.question-block li {
    padding-left: 10px;
    /* Espace à gauche de chaque élément de liste */
    margin-bottom: 10px;
    /* Espace entre chaque élément */
}

.fixed-top {
    /* position: fixed; */
    top: 0;
    /* width: 80%; */
    z-index: 2030;
    /* Ensure it stays on top of other elements */
}