* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: yellow;
    font-family: 'Share Tech Mono', monospace;
    font-variant-numeric: tabular-nums;
}



body {
    background: url("./static/output.jpg") no-repeat center center fixed;
    background-size: cover;
}

.wrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title {
    margin-top: 2rem;
    font-size: 3.8vw;
}

.spacer {flex: 1 0 auto;}

.counter {
    font-size: 10vw;
}

.time {
    font-size: 5vw;
    font-variant-numeric: tabular-nums
}

.date {
    font-size: 4vw;
    margin-bottom: 2rem;
}