.accom img {
    border: 3px solid #ffdac2; /* Add a border around the image */
    border-radius: 10px; /* Rounded corners for the border */
  width: 100%;
  height: auto;

    
}

