*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: gilroy;
}

html,body{
    height: 100%;
    width: 100%;
}
body{
    background-color: #111;
    overflow-x: hidden;
}

#page1 {
    height: 100%;
    width: 100%;
    background-color: black;
}
#page2 {
    height: 100%;
    width: 100%;
    background-color: rgb(85, 192, 227);
    padding: 5vh 0;
}
#page3 {
    height: 100%;
    width: 100%;
    background-color: black;
  
}

#page2 h1{
    font-size: 40vw;
    font-weight: 500;
    text-transform: uppercase;
}