body {
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    background-color: #fdfcf9;
}

header.hero {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

header.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

header.hero .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

header.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

main.content {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
}

main.content section p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #333;
    color: #fff;
    font-size: 0.9rem;
}
