h1 {
    text-align: center;
    font-size: clamp(20px, 3.2vw, 45px);
    margin: 0 10px;
    margin-bottom: 10px;
}

section {
    padding: 0 4vw;
    margin-bottom: 15px;
}

ul,
ol {
    margin-left: 40px;
    margin-bottom: 10px;
}

section div {
    font-size: 1.2rem;
}

section h2 {
    font-size: 28px;
}

.brief {
    padding-bottom: 50px;
}



.time-expire {
    text-align: center;
}



.in-section {
    background-color: aliceblue;
    border: 1px black solid;
    border-radius: 15px;
    padding: 10px;
}

.in-section p {
    padding-left: 30px;
}



.link-in {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

.link-in:hover {
    color: blue;
}



.highlighted {
    border-radius: 8px;
    background-color: rgb(255, 219, 135);
    transition: background-color 1s ease;
}

:not(.highlighted) {
    transition: background-color 1s ease;
}