@font-face {
    font-family: 'brasley';
    src: url("brasley.otf") format("opentype");
    font-weight: normal;
}
body {
    font-family: 'brasley', sans-serif;
    background: #1b1b1b;
    color: #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    padding: 4vw;
    box-sizing: border-box;
    margin: 0;
}

.logo {
    margin-bottom: 2rem;
}
.counter {
    display: flex;
    gap: 0.3rem;
}
.time {
    font-size: 4rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1.25em;
    span {
        font-size: 1.5rem;
        color: #bbb;
    }
}