
body {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2, p {
  font-size: 1.25rem;
  line-height: 2.25rem;
}

hr {
  border: 1px solid #1F74AE;
}

.section {
  height: 100vh;
  scroll-snap-align: start;
}

.page-main {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}

