main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  gap: 10px;
}
h1,
p {
  text-align: center;
  margin-block: 0;
}
