.home{
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.landing{
    background-image: url("../images/app/landing-page-new.png");
    height: 100vh;
    background-size:cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}