body{
  margin:0;
  padding:0;
}
.container{
  position:relative;
  width:100%;
}
.container .section{
  position:sticky;
  top:0;
  width:100%;
  height:100vh;
  background:#000;
}
.container .section:nth-child(1){
  background: url(https://subjects.netlify.app/chemistry/res/Chemical%20Equation%20Balancer.png);
  background-size:cover;
}
.container .section:nth-child(2){
  background: url(https://subjects.netlify.app/chemistry/res/Periodic%20Table%20of%20Chemical%20Elements.png);
  background-size:cover;
}
