
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background: url('africa-header.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

p {
    font-size: 1.2em;
}

.gallery, .stories {
    padding: 20px;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.image-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.image-item {
    flex: 1 1 30%;
    margin: 10px;
    text-align: center;
}

.image-item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.story {
    margin-bottom: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 30px;
    background-color: #333;
    color: white;
}

footer form {
    margin-top: 20px;
}

footer input[type="email"] {
    padding: 10px;
    width: 50%;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
}

footer button {
    padding: 10px 20px;
    border: none;
    background-color: #ff7f50;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

footer button:hover {
    background-color: #ff6347;
}
