.blocs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bloc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid darkblue;
}

.bloc p {
    margin: 0 50px;
}

input {
    width: 30px;
    padding: 5px;
}

.correctionDIV {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 15px;
}

#correction {
    margin: 0 20px;
    padding: 10px;
    cursor: pointer;
}

.finalscore {
    font-size: 40px;
    border: 4px solid;
    border-radius: 100%;
    padding: 20px;
}