body {
    font-family: "Georgia", serif;
    background-color: #ffffff; 
}

h1 {
    color: #b22222; 
    font-weight: bold;
    margin-bottom: 20px;
}

h3 {
    color: #333;
}

blockquote {
    font-style: italic;
    color: #ff0000;
}

.container {
    max-width: 1000px;
}