/* styles.css */

.image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.imgStyle {
  height: 100%;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.spanStyle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #efefef;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
}

.divStyle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
