.ContextImgDiv {
  text-align: center;
}
.ContextImg {
  max-width: 50vw;
  max-height: 50vh;
  border: 15px solid #000; /* 5px width, solid style, black color */
  border-radius: 8px; /* Optional: for rounded corners */
}
