@import url();
body {
    background-color: black; color: white; font-family: serif; font-size: 18px; 
    background-image: url("https://i.postimg.cc/g23wLfKQ/Blood-Bone-Background.png"); height: 2000px; max-width: 2000px;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
  }
h1 { color: red; }
h2 { color: red; }
h3 { Color: red; }
h4 { color: red; }
a:link { color: rgb(237,91,81);  font-weight: bold; }
table, th, td { border: 5px solid red; }
hr { color: red }
/* Autoplayer */
.buttondiv { cursor: pointer; position: fixed; height: 35px; bottom: 21px; width: 35px; color: white; z-index: 1; }
.pause,.play { width: 100%; height: 100%; }
.button-icon { width: 17px; height:17px }
.autoplayer button { border-radius: 40px; background: black; cursor: pointer; color: white; border: red solid 3px; padding: 1px 4px 0px 4px; font-size: 18px; position: fixed; height: 40px; bottom: 20px; width: 40px; left: 10px; }
.autoplayer a { border-radius: 10px; background: black; color: white; border: red solid 3px; text-decoration: none; padding: 2px 10px; position: fixed; font-size: 14px; bottom: 20px; z-index: 1; left: 56px; }