html {
    height: 95%;
}

body, div {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

img {
    width: 50%;
    height: auto;
}