body{
    min-height: 100dvh;
}
.horas, .minutos,.segundos{
    font-size: 2rem;
}
.points{
    font-size: 2.2rem;
}
.flagSession{
    font-size: 1.5rem;
    cursor: pointer;
}
h2{
    font-size: 1.5rem;
}
label{
    margin-top: .2rem;
    margin-bottom: .5rem;
}
input, select, option{
    background-color: white;
    text-align: center;
    padding: .4rem 2rem;
}
input[type=submit]{
    background-color: rgb(147 197 253);
    color: white;
    font-weight: bold;
}
.inputerror{
    outline: 2px solid red;
}