/* body,
h1,
span,
input {
    background-color: rgb(27, 27, 27);
    font-size: 60px;
    color: white;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.numbers-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button {
    padding: 20px 30px;
    margin: 20px;
    background: transparent;
    font-size: 15px;
}

button:hover,
button:active,
button[disabled] {
    color: #606060;
    border: 2px solid #606060;
}

button {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.input-time {
    display: flex;
    flex-direction: column;
} */