body {
    font-family: 'Genos', sans-serif;
    background-color: rgb(38, 38, 38);
}

#timer {
    font-size: 70px;
    color: white;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#berk {
    color: tomato;
    font-size: 50px;
}

.stop {
    background-color: orange;
    font-size: 50px;
    text-align: center;
    text-decoration: none;
}

.stop:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: rgb(255, 184, 53);
}