body {
font-family: Arial, Helvetica, sans-serif;
margin:0;
background:#fafafa;
line-height:1.6;
}

header{
background:#8B4513;
color:white;
padding:20px;
text-align:center;
}

nav{
background:#f4f4f4;
padding:10px;
text-align:center;
}

nav a{
margin:0 15px;
text-decoration:none;
color:#8B4513;
font-weight:bold;
}

.hero{
width:100%;
height:350px;
background-size:cover;
background-position:center;
}

.container{
width:90%;
max-width:1000px;
margin:auto;
padding:30px 0;
}

.section{
margin-bottom:40px;
}

.activity{
display:flex;
gap:20px;
margin-bottom:30px;
}

.activity img{
width:220px;
border-radius:6px;
}

footer{
background:#222;
color:white;
text-align:center;
padding:20px;
margin-top:40px;
}
