
html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url("other/rain.gif");
  }

  
a {
    text-decoration: underline;
    color: red;
}




#back {
    color: red;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.dookie {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.othertext {
  width: 70vh;
}





  #slide-bg {
      position: absolute;
      left: 0;
      top: 25vh;
      width: 100vw;
      height: 100vh;
      align-items: center;
      text-align: center;
      justify-content: center;
  }

  #slide-bg img {
    max-height: 60%;
  }

  
.text {
  position: relative;
  z-index: 100;
  font-weight: bolder;
  text-align: center;
  top: -1vh;
}





.slider {
  position: absolute;
  width: 100%;
  top: 21vh;
  margin: auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider img {
  display: none;
  height: 50vh;
  margin: 50px;
}

img.displaySlide {
  display: block;
}

button {
  z-index: 50;
  width: 100px;
  height: 25px;
  border-style: ridge;
  border-radius: 3px;
  border-width: 3px;
  cursor: grab;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bolder;
}