body {
    background-color: #00afffff;
    margin: 0;
    padding: 0;
}

img {
    width: 100%; /* Full screen width */
    height: auto; /* Preserves aspect ratio, allows scrolling */
    display: block; /* Removes spacing below image */
}