html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #000; /* Black background */
}

img {
    width: 100%;    /* Makes the image fill the full width */
    height: auto;   /* Maintains the aspect ratio */
    display: block; /* Removes any extra space below the image */
}