body {
    margin: 0;
    padding: 0;
    background-color: rgba(236, 230, 219, 1);
}

#page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 8%;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page img {
    width: 40%;
    height: auto;
}

@media screen and (max-width: 1000px) {
    #page img {
        width: 60%;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    #page img {
        width: 70%;
        height: auto;
    }
}