body {
    background-image: url('japanorchid3.jpg');
    background-size: cover;
}


h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  text-decoration: underline;
  text-shadow:
        0 0 30px white
}

.back-button {
  position: relative;
  display: inline-block;
  margin: 20px;
  color: black;
  font-family: 'Times New Roman', serif;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
}

.back-button-image {
  display: block;
  width: 200px; 
  height: auto;
  cursor: pointer;
  z-index: -1;
  transition: filter 0.3s ease;
}
.back-button-text {
  position: absolute;
  bottom: 95px;
  left: 75px;
  color: white;
  font-family: 'Times New Roman', serif;
  font-size: 25px;
}

.glow-text {
   position: absolute;
  bottom: 112px;
  left: 85px;
    font-family: 'Times New Roman', serif;
    font-size: 30px;
    font-weight: normal;
    color: antiquewhite; /* Color of the text itself */
    text-shadow: 
        0 0 10px black, /* Blue glow - x-offset y-offset blur-radius color */
        0 0 20px #000,
        0 0 30px #000;
}


* {box-sizing:border-box}
.cover-image {
  max-width: 554px;
  height: auto;
  cursor: pointer;
  display: block;
  margin: 0 auto; /* center it */
}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 15px;
  color: #000000;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 20px 20px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 10px 0 0 10px;
}


/* Caption text */
.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

h2 {
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: black;
  }
  