*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    width:100%;
    min-height:100vh;
    overflow-x:hidden;
    background:#050816;
    display:flex;
    justify-content:center;
    align-items:center;
}

.landing-image{
    width:100%;
    height:100vh;

    background-image:url("landing.png");

    background-size:contain;

    background-position:center;

    background-repeat:no-repeat;

    background-color:#050816;
}
