* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'pp Woodland';
}

html,
body {
    width: 100%;
    height: 100%;
}

#page1 {
    height: 100vh;
    width: 100%;
    background-color: #E3E3C4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h1{
    margin: 0;
    font-size: 100px;
    color: #556043;
  }
#page2 {
    /* height: 100vh; */
    width: 100%;
    background-color: #556043;
    padding: 5vw;
}

#page2 h1{
    color: #454D35;
    font-size: 4.5vw;
    text-align: center;
    font-weight: 500;
    line-height: 4.8vw;  
}


#page3 {
    height: 100vh;
    width: 100%;
    background-color: rgb(14, 170, 123);
}