body {
    font-family: "Georgia", "Times New Roman", Times, serif;
    line-height: 1.6;
    font-size: 1.25rem;
    color: #333;
    background-color: #fdfdfd;
    margin: 0;
    padding: 2rem;
    display: flex;
    justify-content: center;
}
main {
    max-width: 800px;
    background-color: #fff;
    padding: 3rem;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
h1 {
    font-weight: normal;
    border-bottom: 2px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}
p {margin-bottom: 1.5rem;}
a {
    color: #2c5282;
    text-decoration: underline;
}
a:hover {
    color: #1a365d;
    text-decoration: none;
}
.note {
    font-style: italic;
    color: #555;
    background-color: #f9f9f9;
    padding: 1rem;
    border-left: 4px solid #ccc;
}
