* {
  box-sizing: border-box;
}
body {
  background-image: url('./bg.jpg');
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  /*flex-direction: column; */
  /* align-items: center; */
  font-family: 'Jomhuria', cursive;
  margin: 0;
} 

h1 {
  font-size: 8rem;
  justify-content: center;
  display: flex;
  color: bisque;
  margin-bottom: -10px;
}

.countdown-container {
  display: flex;
  text-align: center;
  color: bisque;
  justify-content: center;
}

.bigtext {
  font-size: 6rem;
  line-height: 1;
  margin: 0 2rem;
}

span {
  font-size: 2rem;
  font-weight: lighter;
}

.form {
  font-size: 2rem;
  color: rgb(196, 248, 248);
  margin: 1rem 3rem;
}