.great-vibes-regular {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-style: normal;
}
.bebas-neue-regular {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.anton-regular {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 0;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
