body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #333;
header {
    background: url('header.jpg') center center / cover no-repeat;
    color: white;
    padding: 2rem 2rem 6rem 2rem;  /* top, right, bottom, left */
    text-align: center;
}
header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    margin: 0;
}
header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}
main {
    padding: 1.5rem;
    max-width: 700px;
    margin: auto;
}
h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}
section {
    margin-bottom: 2rem;
}
img {
    max-width: 100%;
    height: auto;
}
form input, form textarea {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
}
button {
    background: #648880;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
}
footer {
    text-align: center;
    padding: 1rem;
    background: #eee;
}
footer a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.author-photo {
    float: left;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}
