body {
    display: flex;
    justify-content: center;
}

img {
    height: auto;
    width: 100%;
}

.landing-img {

    max-width: 70vw;
    max-height: 50vh;

}