body {
    font-family: Montserrat;
}


h1 {
    text-align: center;
    font-size: 45px;
    padding: 20px;
}


#relogio {
    font-size: 36px;
    background-color: rgb(196, 193, 193);
    width: 20%;
    border-style:outset;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

#cronometro {
    text-align: center;
}

.btCronometro {
    text-align: center;
}

button {
    width: 80px;
    padding: 10px;
    border-style: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


#btIniciar {
    background-color: green;
    color: white;
}

#btIniciar:hover{
    background-color: rgb(8, 99, 38); 
    text-decoration: none;
}

#btPausar {
    background-color: rgb(238, 227, 75);
}

#btPausar:hover{
    background-color: rgb(212, 184, 59); 
    text-decoration: none;
}


#btZerar {
    background-color: rgb(184, 12, 12);
    color: white;
}

#btZerar:hover{
    background-color: rgb(148, 12, 12); 
    text-decoration: none;
}
