body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
}
.navbar {
    background-color: #343a40 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}
.navbar-brand, .nav-link {
    color: #fff !important;
}
.navbar-brand:hover, .nav-link:hover {
    color: #ffc107 !important;
}
h1 {
    color: #ee00ff;
    margin-bottom: 20px;
}
h2 {
    color: #343a40;
    border-bottom: 2px solid #cc00ff;
    padding-bottom: 10px;
    margin-top: 80px;
    scroll-margin-top: 80px; 
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.image-gallery img {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    background-color: #fff;
    max-width: 30%; 
    height: auto;
    object-fit: cover;
}
.info-tab {
    position: fixed;
    top: 10%;
    right: 10px;
    width: 300px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
}
.info-tab h5 {
    margin-top: 0;
    color: #b700ff;
}
.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 100px;
}
footer {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    background-color: #343a40;
    color: #fff;
}