body {
    font-family: monaco, monospace;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h1 {
    margin-bottom: 50px;
}
.count-digit {
    color: #ffffff;
    background-color: #333;
    font-size: 56px;
    text-shadow: 0 1px 0 white;
    border : 20pc;
}
.separator {
    font-size: 56px;
}
.options {
    margin-top: 50px;
    display: flex;
    gap: 30px;
}
