body {
    background-color: #0D0D0D;
    color: white;
    margin: 100px;
    text-align: center; /* Centers text and other inline elements */
    font-family: Arial, sans-serif; /* Optional: sets a clean, modern typeface */
}

img {
    max-width: 80%; /* Limits the image's width to 80% of its container */
    height: auto; /* Maintains the aspect ratio of the image */
}