#timer {
    text-align: center;
    color: #772200;
    margin: 0px auto;
}

form {
    text-align: center;
    color: #772200;
}

/* внешний вид кнопок */
input[type="button"] {
    background-color: #772200;
    border: none;
    color: #ffdfc0;
    font-size: 4rem;
    height: 100px;
}
