body {
    font-family: Georgia, 'Times New Roman', serif;
    background-color: #faf8f3;
    line-height: 1.4;
    margin: 40px;
}

pre {
    font-family: 'Courier New', monospace;
    background-color: #f0ede5;
    padding: 10px;
    overflow-x: auto;
}