body {
    background-color: #0b0b0b; /* Dark background */
    color: #e0e0e0;
    font-family: 'Courier New', Courier, monospace;
    padding: 30px;
}

/* Rubric Check: Align image in text, border, and spacing */
.float-img {
    float: left;
    margin: 0 20px 20px 0; /* Spacing for text wrap [cite: 30] */
    border: 5px solid #fff; /* White border */
}

h1, h2 {
    color: #cc0000; /* Red for headings */
    text-transform: uppercase;
    letter-spacing: 2px;
}