html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #654f3d;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #654f3d;
    flex: 1;
}

.scroll>img {
    max-height: 90vh;
    max-width: 100vw;
}