body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background: linear-gradient(45deg, #3498db, #2ecc71);
    padding: 20px;
    text-align: center;
}

.logo {
    width: 50px;
    border-radius: 50px;
    display:flex;
 align-items:right;
}

nav a {
    margin: 0 15px;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}

nav a:hover {
    text-decoration: underline;
}
.n{

}
.banner img, .gallery img {
    width: 400px;
    height: 300px;
    object-fit: cover;
border-radius:20px;
}

.content, .contact-details {
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    color: #2c3e50;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.gallery {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.gallery img {
    width: 30%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 20px;
}
