header {
    background-color: #b080d5; 
    text-align: center;
    padding: 20px; 
    color: white; 
    font-family:  sans-serif, 'Arial Black'; /* A bolder font-family */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);  /* Adds a subtle shadow */
    margin-bottom: 20px; /* Adjust the value as needed */
}

body {
    font-family: sans-serif, 'Arial Black';
    margin: 0;
    background-color: #e0d0f5; /* Light shade of purple */
    color: #332244; /* Darker shade for text */
}

.image-gallery {
    

  height: auto;

  max-width: 60%;


/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; */
}



.about {
    padding: 20px;
}

footer {
    background-color: #b080d5; /* Same as header */
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}


.image-gallery img {
   
   height: auto;   
   max-width: 200%; /* 3 times bigger than the original size */
   margin: 10px; 
   border: 5px solid #8050a5; 
}

#chatbot-placeholder {
    width: 300px; /* Adjust as needed */
    height: 400px; /* Adjust as needed */
}