
body{
    overflow-x: hidden;
}
#page1{
    height: 100vh;
    width: 100%;
    background-color: rgb(244, 228, 244);
}
#page1 h1{
    text-align: center;
    padding: 0 10vw;
    display: flex;
    align-items: center;
    height: 100vh;
    font-size: 4vw;
    line-height: 4.5vw;
    color: rgb(110, 46, 66);
}
#page2{
    height: 120vh;
    width: 100%;
    background-color: lavenderblush;
    padding: 5vw;
}
#page2 h1{
    /* border: 1px solid red; */
      text-align: center;
    /* padding: 20px 30vw; */
    /* display: flex; */
    align-items: center;
    /* height: 100vh; */
    font-size: 4vw;
    line-height: 2.5vw;
    color: lavenderblush;
    /* color: rgb(107, 49, 68); */
    font-size: 3vw;
    text-align: center;
    font-family: beautiful people;
    overflow-y: hidden;
}
#page3{
    height: 100vh;
    width: 100%;
    background-color: rgb(244, 228, 244);
}
#page3 h1{
    padding: 5vw;
    text-align: center;
}