body {
    margin: 0px;
}

.landingPage{
    background: url('/assets/images/landingpage.png');
    background-color:black;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
}