*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#backgroundImage {
    top: 0;
    left: 0;
    position: absolute;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    z-index: -5;
}

.countdown-container {
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
}

.countdown {
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
}

.big-text {
    font-size: 6rem;
    line-height: 1;
    margin: 0 2rem;
}