@font-face {
    font-family: 'moqo';
    src: url(./Heading-Now-Variable.ttf);

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
   
}

html,body{
    height: 100%;
    width:100%;
}

#main{
    height: 100%;
    width: 100%;
    background-color: #000;
}

#main #nav{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}


#page1{
    height: 100vh;
    width: 100%;
    color: #fff;
    background-color: #000;
    overflow: hidden;
    padding: 0 10px;
}

#page1 h1{
    font-size: 35vw;
    text-transform: uppercase;
    font-family: moqo;
    color: #fff;
    font-weight: 900;
    font-stretch: 300%;
    text-wrap: nowrap;
}




#page2{
    height: 100vh;
    width: 100%;
    background-color: #000;
}
#page3{
    height: 100vh;
    width: 100%;
    background-color: #000;
}
