body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #fff;
    color: #333;
    text-align: center;
}

.site-header {
    background-color: #ffcc00;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-header h1 {
    margin: 0;
    font-size: 1.8em;
    color: #b22222;
}

.site-header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.site-header nav a {
    text-decoration: none;
    color: #222;
    font-weight: bold;
}

.hero img, section img {
    width: 100%;
    height: auto;
}

footer {
    padding: 20px;
    background: #f4f4f4;
    font-size: 14px;
}
