@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Rock+Salt&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  align-items: center;
  background-image: url('../assets/bg-02.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  margin: 0;
  min-height: 100vh;
}

h1 {
  font-family: 'Rock Salt', cursive;
  font-size: 4rem;
  font-weight: normal;
  margin-top: 6rem;
  text-align: center;
}

.countdown-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.big-text {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  margin: 1rem 2rem;
}

.countdown-el {
  text-align: center;
}

.countdown-el span {
  font-family: 'Rock Salt', cursive;
  font-size: 1.3rem;
}

.bottom {
  bottom: 0;
  color: white;
  margin-top: auto;
}

.bottom a {
  color: white;
}

.attribution {
  visibility: hidden;
}

.attribution.show {
  bottom: 0;
  visibility: visible;
}
