.body {

    background: #d8d0d0;
}
img {

    max-width: 100%;
}
.main_image {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 95vh;
}
.main_image img {

    max-height: 95vh;
}