body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family:  sans-serif;
    background-color: #ffffff;
}

.banner {
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
    padding: 30px;
    background-color: rgb(180, 209, 13);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    ima
}

.banner h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.banner p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
}

.images {
    margin-top: 25px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background-color: #6a0474ea;
}

.logo {
    height: 50px;
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.menu a {
    color: black;
    text-decoration: none;
    font-size: 16px;
}

.menu a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    background-color: #000000; 
}

.social-icons a {
    margin-left: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

img {
    width: 300px;
    height: 200px;
}