html {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

img {
    max-width: 100%;
}