@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=Amarante&display=swap');

.autoplayer button {
  background: white;
  color: #3b1200;
  border: 3px solid white;
  border-radius: 50%;
  padding: 1px 4px 0px 4px;
  font-size: 19px;
  position: fixed;
  height: 40px;
  width: 40px;
  bottom: 5px;
  left: 7px;
  z-index: 999;
  font-family: "Amarante", serif;
  cursor: url("https://file.garden/aIFVREzy8maKDZSl/wii-pointer-red-ccw.cur"), pointer;
  transition: opacity 0.2s;
  box-shadow:
    0 0 0 2px #c1532a,
    0 0 0 4px white;
}

.autoplayer button:hover {
  opacity: 0.8;
}

.autoplayer a {
  background: white;
  color: #3b1200;
  text-decoration: none;
  padding: 4px 14px;
  border-radius: 15px;
  border: 3px solid white;
  position: fixed;
  font-size: 0.85rem;
  bottom: 3px;
  left: 56px;
  z-index: 999;
  white-space: nowrap;
  font-family: "Amarante", serif;
  box-shadow:
    inset 0 0 0 2px rgba(193, 83, 42, 0.3),
    0 0 0 2px #c1532a;
  transition: opacity 0.2s;
}

.autoplayer a:hover {
  opacity: 0.8;
}