@font-face {
  font-family: Gaseok;
  src: url(/fonts/GasoekOne-Regular.ttf);
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #fafaf5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin: 0;
  font-family: Gaseok;
  padding: 20px;
}

#vanta-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.countdown {
  font-size: 3em;
  color: #FCFCFC;
}
.weeks {
  font-size: 1.5em;
  color: #FCFCFC;
}
