.main-image {
    max-width: 100%;
    max-height: 55vh;
}

.countdown {
    font-size: 2rem;
}

.names {
  font-size: 5em;
}

@media screen and (max-width: 600px) {
    .countdown {
        font-size: 1rem;
    }

    .names {
        font-size: 1.5rem;
    }
}
