body {
        width: 100%;
        margin: 0px;
}
#content {
        height: 100vh;
        position: relative;
}
img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: block;
        max-height: 90%;
}
