body {
    font-family: Georgia, "Times New Roman", serif;
    max-width: 850px;
    margin: auto;
    padding: 40px;
    background-color: #f8f5ef;
    color: #2b2b2b;
    line-height: 1.8;
}


header {
    text-align: center;
    padding: 50px 20px;
    border-bottom: 1px solid #c9c1b5;
}

h1 {
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 40px;
}


h3 {
    font-size: 22px;
    font-weight: normal;
}


p {
    font-size: 18px;
}


nav {
    margin-top: 35px;
    padding: 15px 0;
}


nav a {
    color: #333;
    text-decoration: none;
    margin: 0 18px;
    font-size: 17px;
    letter-spacing: 1px;
}


nav a:hover {
    color: #777;
    text-decoration: underline;
}

section {
    margin-top: 40px;
    padding: 25px 0;
}

footer {
    text-align: center;
    margin-top: 60px;
    padding: 25px;
    border-top: 1px solid #c9c1b5;
    font-size: 14px;
    color: #666;
}

.author-photo {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 25px;
    border: 3px solid #c9c1b5;
}