body {
  font-family: "Comic Sans MS", cursive;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

h2, p, h1 {
  margin: 4px;
}
