body {
    font-family: Verdana, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 20px;
}

h1 {
    color: #d9534f;
    text-align: center;
}

h2 {
    color: #5cb85c;
}

h3 {
    color: #5bc0de;
}

p {
    font-size: 18px;
    line-height: 2.00;
}

.wrapped-img {
    width: 300px;
    float: right; /* Float the image to the right */
    margin-left: 30px; /* Space between the image and text */
    margin-bottom: 10px; /* Space below the image */
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    text-align: center;
    font-style: italic;
    margin-top: 30px;
}

a {
    color: #d9534f;
    text-decoration: none;
}

.bold-text {
    font-weight: bold;
}

.italic-text {
    font-style: italic;
}







