*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
html,body {
  width: 100%;
  height: 100%;
}
#page1{
  height: 100%;
  width: 100%;
  background-color: #000;
}
#page2{
  height: 100%;
  width: 100%;
  background-color: #92bae4;
}
#page2 h1{
font-size: 500px;
font-weight: 600;
font-family: monument;
text-transform: uppercase;
}
#page3{
  height: 100%;
  width: 100%;
  background-color: #000;
}
