.section-task-type {
    color: #0071FF;
    font-size: 1.5vh;
    border: 2px solid #0071FF;
    width: fit-content;
    padding: 2px 10px;
    margin-left: 10px;
    display: inline-block;
}

.description {
    font-weight: 600;
    font-size: 1.5vh;
}

.test-info {
    font-size: 1.9vh;
    color: #7B7B7B;
    font-weight: 600;
    margin-top: 40px;
}

.start-test {
    background-color: #0071FF;
    color: #fff;
    font-size: 1.8vh;
    border-radius: 30px;
    border: none;
    padding: 7px 20px;
}