body {
    background: #fcf1ce;
    margin: 0;
    padding: 0;
}

div {
    align-items: center;
    background: #fcf1ce;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100vw;
}

img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}