body {
    font-family: "Courier New", monospace;
    background-color: #333333;
    color: #ffffff;
    padding: 20px;
}
h1 {
    text-align: left;
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 5px;
}
h2 {
    color: #ff9900;
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    margin-bottom: 12px;
    line-height: 1.5;
}
img {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 40%;
    border: 2px solid #ffffff;
}
section::after {
    content: "";
    display: block;
    clear: both;
}