html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #121213;

    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    width: min(70vw, 420px);
    height: auto;
}