body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h1,
p {
  text-align: center;
}

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