body{
    font-size: 150%;
    background: #9BEB9B;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    font-size: 20px;
    color: #000000;
}
form,
.box,
.box-list {
    width: 100%;
    padding: 15px;
}
.main,
.box,
.box-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.fio-box {
    max-width: 600px;
    width: 100%;
    padding: 15px 10px;
    background-color: #e4fde4;
    border-radius: 0.25rem;
}
#answer .fio {
    background-color: white;
}
input[type=radio] {
    margin-right: 7px;
}
#alert-success {
    width: 33%;
    opacity:1;
    top: 10px;
    right: 10px;
    color: #0d6832;
}
#alert-danger {
    width: 33%;
    opacity:1;
    top: 10px;
    right: 10px;
    color: #af233a;
}
.box_top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
}
.title h4 {
    margin: 0;
}
.block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.block_score {

}
.block_title {
    font-weight: 600;
}
.block_disc {

}