@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');

.buttondiv {
  cursor: pointer;
  position: fixed;
  height: 35px;
  bottom: 20px;
  width: 35px;
  left: 20px;
  color: white;
  z-index: 999;
  font-family: "Limelight", sans-serif;
}

.autoplayer button {
  background: #1A192E;
  cursor: pointer;
  color: rgb(241, 184, 91);
  border: 1.5px solid rgb(241, 184, 91);
  border-radius: 50%;       
  padding: 1px 4px 0px 4px;
  font-size: 19px;
  position: fixed;
  height: 40px;
  bottom: 5px;
  width: 40px;
  left: 7px;
  z-index: 999;
  font-family: "Limelight", sans-serif;
}

.autoplayer a {
  background: #1A192E;
  color: rgb(241, 184, 91);
  text-decoration: none;
  padding: 4px 14px;
  border-radius: 6px;  
  border: 1px solid rgb(241, 184, 91);
  position: fixed;
  font-size: 15px;
  bottom: 3px;
  left: 56px;
  z-index: 999;
  white-space: nowrap;
  font-family: "Limelight", sans-serif;
}

.autoplayer button {
  box-shadow: 
    0 0 0 2px #1A192E,
    0 0 0 4px rgb(241, 184, 91);
}

.autoplayer a {
  border: 2px solid rgb(241, 184, 91);
  box-shadow: 
    inset 0 0 0 2px rgba(241, 184, 91, 0.3),
    0 0 0 2px rgb(241, 184, 91);
  position: fixed;
}