body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D5E5F2;
}
* {
    background: #D5E5F2;
}
img {
    overflow: scroll;
}