main {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
h1 {
  margin: 0;
  padding: 1rem;
}
