@font-face {
  font-family: "Gotham Medium";
  src: url(fonts/Gotham-Medium.otf);
}
@font-face {
  font-family: "Gotham Book";
  src: url(fonts/Gotham-Book.otf);
}

body {
  color: white;
  background-color: black;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.center {
  padding: 2vw;
}

.title {
  font-family: "Gotham Medium", sans-serif;
  font-size: 6vw;
  white-space: nowrap;
}

.countdown {
  font-family: "Gotham Book", sans-serif;
  font-size: 4vw;
  line-height: 1.4;
  white-space: pre;
  margin-top: 2vw;
  margin-left: 6vw;
}