#more-sec-1, #more-sec-2, #more-sec-3,#more-sec-4,#more-sec-5{
    height: 100vh;
    width: 100%;
}

@media screen and (max-width:414px){
    #path{
        display: none;
    }
}

@media screen and (max-width:414px){
    h1{
        width: 24rem;
        margin-left: -29px;
        font-size: 33px;
        line-height: 40px;
    }
    .green-button{
        padding: 10px 10px;
        width: 8rem;
    }
    
}

#greenbutton{
    padding: 10px 10px;
    width: 10rem;
}

@media screen and (max-width:414px){
h1{
    margin-left: -36px;
}
}

@media screen and (max-width:375px){
h1{
    margin-left: -39px;
    font-size: 29px;
}
#more-sec-1, #more-sec-2, #more-sec-3,#more-sec-4,#more-sec-5{
    height: 129vh;
}
}