html {
    height: 100%;
}

body {
    background-color: #000;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    width: 100%;
    max-width: 675px;
}