.section {
  scroll-snap-type: x mandatory;
  scroll-snap-align: start;
  scroll-snap-stop: normal;

  height: 85vh;
  padding: 15vh 0 0 0;

  color: white;
}

.section3 {
  background-image: url("/images/backgrounds/section3.jpg");

  height: 85vh;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
