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

img {
    width: 50vw;
    height: auto;
}