body {
  background-color: #ffde59;
}

.first-impression {
  height: 95vh;
}

.main {
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.titlebox {
  width: 100%;
  color: #073169;
  font-family: "Bytesized";
  font-size: 13rem;
  line-height: 0.7;
  text-align: center;
  align-items: center;
}

.subtitle {
  width: 100%;
  color: #073169;
  font-family: "Azeret Mono";
  font-size: 1rem;
  line-height: 0.7;
  text-align: center;
  align-items: center;
  padding-top: 20px;
  padding-right: 1.3%;
}

@media (max-width: 600px) {
  .titlebox {
    font-size: 7rem;
  }
  .subtitle {
    font-size: 0.8rem;
  }
}

.video {
  padding-top: 5vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
