@font-face {
    font-family: Iawritermonov Italic;
    font-style: italic;
    src: url(iawritermonov-italic.ttf);
}

html, body {
  scroll-snap-type: y mandatory;
  height: 100%;
  overflow-y: scroll;
}

body {
	font-family: Iawritermonov Italic;
  font-style: italic;
	font-size: 4vmax;
	line-height: 1.3;
	
	background-color: #000;
	color: #fff;

}

section {
  padding: 64px;
  height: 100vh;
  background-size: 60vmax auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  scroll-snap-align: start;
}

section.one {
   background-image: url(image1.jpg);
}

section.two {
background-color: #fff;
color: #000;
 background-image: url(image2.jpg);
}
section.three {
   background-image: url(image3.jpg);
}