body {
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: black;
  overflow: hidden;
}

h1 {
  font-size: x-large;
  font-family: 'Luckiest Guy';
  color: #7bc74a;
}