@import url('common.css');

main {
  margin-inline: 20px;
}

section.hero:first-child {
  margin-top: 20px;
}

p {
  font-size: 1.25rem;
}

/* The .hero stylexs don't make sense to be applied at this stage */
/* .hero {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.hero > * {
  margin-bottom: 0;
} */
