* {
  font-family: "Qwigley", cursive;
  font-size: 16px;
  background-color: rgba(116, 114, 97);
  color: rgba(240, 241, 197);
}

.container {
  max-width: 100vh;
  margin: 0 auto;
  padding: 0 30px;
}

.text {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 96px;
}
