/* ===== AUTOPLAY ===== */
.buttondiv {
  cursor: pointer;
  position: fixed;
  height: 35px;
  bottom: 5px;
  width: 35px;
  left: 5px;
  color: #87C2AD;
  z-index: 1;
}

.autoplayer button {
  background-image: linear-gradient(to bottom, #3C566C, #262340);
  cursor: pointer;
  color: white;
  border: 3px, #87C2AD;
  border-radius: 6.5px;
  padding: 1px 4px 0px 4px;
  font-size: 18px;
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  position: fixed;
  height: 42px;
  bottom: 5px;
  width: 35px;
  left: 5px;
}

.autoplayer a {
  background-image: linear-gradient(to bottom, #3C566C, #262340);
  color: grey;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 6.5px;
  position: fixed;
  font-family: "Comic Sans MS", "Comic Sans", sans-serif;
  font-size: 14px;
  bottom: 5px;
  z-index: 1;
  left: 50px;
  color: white;
}