@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Kumbh+Sans:wght@400;700&family=Mulish:ital@1&family=Poppins:ital,wght@0,400;0,500;1,100;1,200;1,300&family=Roboto+Mono:wght@200;500&family=Shadows+Into+Light&family=Signika+Negative:wght@400;600&display=swap");

* {
  box-sizing: border-box;
}

body {
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
  background-image: url("red-black-grid.jpg");
  background-size: auto;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

h1 {
  font-weight: normal;
  font-size: 4rem;
  color: rgb(255, 255, 255);
}

.countdown-container {
  display: flex;
  color: rgb(255, 255, 255);
}

.big-text {
  font-size: 6rem;
  line-height: 1;
  margin: 0 2rem;
}

.countdown-el {
  text-align: center;
}

span {
  font-size: 1rem;
}

.attribution {
  position: absolute;
  bottom: 0;
  color: rgb(255, 255, 255);
}
