slideshow_border {
  background: white;
  color: #FF0080;
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

image_heading1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

image_heading2 {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

body,p {
  background: black;
  color: #FFFFFF;
  
}