body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background-color: #b1ecb3;
    color: white;
    padding: 15px;
    text-align: center;
}

nav {
    margin: 20px 0;
}
h1 {
    width: 100%;
    position: relative;
    text-align: center;
    color: #2e2d2d;
   

}

.image-slot img {
    max-width: 10%;
    max-height: 10%;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #983b3b;
    transition: all ease-in-out 0.5s;
}

h2 {
    position: relative;
    text-align: center;
    color: #000000;
;
}

p {
    position: relative;
    text-align: center;
    color: #333;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #012e03;
}
h3 {
    color: #000000;
    position: relative;
    text-align: center;
    
}
.container {
    max-width: 120px;
    margin: auto;
    padding: 20px;
}

.overlay {
    position: sticky ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: internal;
    justify-content: center;
    align-items: center;
}
.text-container{ 
    size: 20px; 
}

.overlay.active {
    display: flex;
}
.p {
    position: sticky;
    font-size: 22px;
    line-height: 1.6;
    margin: 20px 0;
}
.image-gallery {
    position: center;
    padding: 100px;
    border: #2e2d2d;
    border-radius: 10px;
}
h2 {
    position: center;
    font-size: 28px;
    margin-bottom: 20px;
}


footer {
    text-align: bottom;
    padding: 10px;
    background-color: #b1ecb3;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .image-slot {
        height: 200px;
    }
}
