body {
    padding: 0;
    margin: 0 auto;
    background-color: #D81611;
    height: 100vh;
    display: flex
;
    justify-content: center;
}
.img {
    background-image: url(/1-min.jpg);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}