*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

#wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#wrapper img {
    max-width: 85vw;
    max-height: 85vh;
    height: auto;
}
