body {
  font-family: 'Waiting for the Sunrise', cursive;
  font-size: 2rem;
  margin: 0;
  letter-spacing: 6px;
  font-weight: bold;
  overflow: hidden;
}

#typedtext {
  max-width: 100vw;
  height: 100vh;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}