* {
margin: 0;
padding: 0;
}

html, body {
    background-color: #000;
}

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

.home {
    border: 0px solid red;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}