body {
    margin: 0;
    padding: 0;
    margin: 0;
    background-color:saddlebrown;
    background-image: url("assets/images/difuusermini.jpg");
    background-repeat: repeat;
    background-size: 400px 210px;
}
#navbar {
    background-color: #333;
    padding: 1em;
}
#navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
#navbar li {
    margin: 0 15px;
}
#navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}

.list-group {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.2em;
    border-radius: 15%;
}
.list-group-item {
    position: relative;
    border-radius: 15%;
    display: block;
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    background-image: url("assets/images/difuusermini.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-blend-mode:screen;
    color: #fff;  /* White text */
    text-shadow: 1px 1px 2px rgba(225, 150, 80, 1);  /* Adds depth and contrast */
}
.list-group-item:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 2px solid #dee2e6;
}

.hide {
    display: none !important;
  }
.image-container {
    position: relative;
    text-align: center;
}
.image-container-bak img {
    size: 100%;

    margin-top: 100px;
    height:fit-content;
    border-radius: 30%;
    max-height: 40vh;
    object-fit: cover;
    border-color: #2f2e2e;
    border-style:groove;
    
}
.image-container img {
    width: 100%;

    height: auto;  /* Changed from fit-content to maintain aspect ratio */
    object-fit:cover;
    border-radius: 5%;
    box-shadow: 0 0 80px 80px white inset;
    /* margin-top: 170px; */
    height:fit-content;
    max-height: 100vh;
    object-fit: cover;
    
}
.ac-text {
    position: relative;

    
}

.overlay-text {
    
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 80%; */
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family:Georgia;
    font-size: 7em;
    border-radius: 5px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(207, 203, 203, 0.8);
    background: linear-gradient(45deg, #ffb366, #957342, hwb(49 0% 4%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content {
    margin-top: 20px;
    padding: 20px;
}
