html, body {
    align-items: center;
    background-color: #BEE3A3;
    display: flex;
    height: 100%;
    justify-content: center;
}

#content {
    margin: 0 auto;
    width: 25%;
}

#content img {
    height: auto;
    width: 100%;
}
