/* General styling */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #f4f4f4;
}

/* Navigation */
nav {
    background-color: #01796F;
    padding: 15px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

/* Main content */
main {
    max-width: 900px;
    margin: 20px auto;
    background: white;
    padding: 20px;
}

/* Image styling */
img {
    width: 40%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
nav a:hover {
    color:#ffd700;
}
body {
    line-height:1.6;
}
foother {
 text-align: center; 
 margi-top 30px
 color #666;
 fony-size 14px;
}


/* Headings */
h1 {
    text-align: center;
    color: #01796F;
}

h2 {
    color: #01796F;
    margin-top: 25px;
}

/* Subtitle */
main p strong {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}

/* Paragraphs */
main p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Footer text */
small {
    display: block;
    text-align: center;
    color: #666;
    margin-top: 20px;
}
/* ADD THIS BELOW */
img:hover {
    transform: scale(1.05);
    transition: 0.3s;
}
/* ADD THIS BELOW */
img:hover {
    transform: scale(1.05);
    transition: 0.3s;
}
main p {
    font-size: 16px;
}

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

.activity img {
    width: 250px;
    height: auto;
    border-radius: 10px;
}
.activity:nth-child(even) {
    flex-direction: row-reverse;
}
.center-img {
    display: block;
    width: 60%;
    margin: 20px auto;
    border-radius: 10px;
}
.contact-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

.contact-form button {
    padding: 8px 12px;
    margin-right: 10px;
}
.image-credit {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 30px;
}
nav a:hover {
    color: #ffd700;
}
img {
    border-radius: 10px;
}
body{
    line-heught: 1.6;
}
foother {
    text-align: center;
    margin-top: 30px;
    color: #666;
    font-size: 14px;
}
