body {
    font-family: Georgia, serif;
    background: #fafafa;
    color: #333;
    line-height: 1.4;
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
}

h1 {
    color: #555;
    text-align: center;
    font-weight: normal;
    font-size: 2.2em;
    margin-bottom: 20px;
}

img {
    width: 100%;
    margin: 10px 0 25px;
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

h2 {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 5px;
    font-weight: normal;
}

p {
    margin-top: 0;
    color: #777;
}
