@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* Above is the Font Awesome CSS to display the Pause and Play buttons! */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
/* ===== AUTOPLAY ===== */
.buttondiv {
  cursor: pointer;
  position: fixed;
  height: 35px;
  bottom: 5px;
  width: 35px;
  left: 5px;
  color: white;
  z-index: 1;
}

.autoplayer button {
  background: black;
  border:2px dashed #fff;
  cursor: pointer;
  color: white;
  padding: 1px 4px 0px 4px;
  font-size: 18px;
  position: fixed;
  height: 35px;
  bottom: 5px;
  width: 35px;
  left: 5px;
}

.autoplayer a {
  background: black;
  border:2px dashed #fff;
  color: white;
  text-decoration: none;
  padding: 2px 10px;
  position: fixed;
  font-size: 14px;
  bottom: 5px;
  z-index: 1;
  left: 50px;
  color: white;
}

a.navbar:hover, a.man:hover, a:hover {
    background: url(https://cur.glitter-graphics.net/pub/3390/3390323un7ana0wpz.gif);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}