body {
    font-family: Georgia, serif;
    color: #000;
    padding: 40px;
    background: #ffffff;
}
h1 {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
}
.content {
    font-size: 14px;
    line-height: 1.6;
}
.content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}