
body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.container {
    margin:auto;
    min-width: 400px;
    max-width:600px;
    
    background-color: rgb(186, 202, 202);
    align-content: start;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    color:rgb(41, 65, 41);
    
}


.image-container {
    position: relative;
    width: 500px; /* Set width as per your requirement */
    height: auto; /* Set height as per your requirement */
}
.background-image {
    width: 100%;
    height: 100%;
}
.overlay-image {
    position: absolute;
    width: 135px;
   
    top: 22px; /* Adjust as needed */
    left: 280px; /* Adjust as needed */
    z-index: 10; /* Ensures the overlay image is on top */
}
.bubble-text {
    position: absolute;
    top: 62px;
    left: 318px;
    z-index: 20; /* Ensures the overlay image is on top */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;

}
.bubble-text a{
    color:black;

}

.end {
   margin-top:15px;
    width:250px;
    border: dotted;
}