h1 {
  font-size: 4rem;

  font-family: "Pencil Child";
}

.main-content {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-direction: column;

  flex: 1;
}

body {
  display: flex;
  flex-direction: column;

  height: 100vh;
}

