img {
    display: block;
    max-width: 100%;
}
body {
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}