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: magenta; }
  a:visited { color: purple; }
  a:link { font-weight: bold; }
  Button { background-color: black; color: red; border-color: red; }
  table, th, td { border: 5px solid red; }
  hr { color: red }
  .headbox { width: 1250; border: 3px solid red; background-color: black; margin-right: 130px; margin-left: 130px; margin-bottom: 80px; padding-top: 50px; padding-left: 107px; padding-right: 107px; } 
  .title-image { border: 7px solid red; width: 1350px; text-align: center; margin-bottom: 25px; }
  .page-image { height: 60px; margin: 5px; border: solid red 3px; }
  .other-image { height: 31px; text-align: center; margin: 5px; }
  .bottomtext {width: 100%; background-color: red; bottom: 0; left: 0; right: 0; display: block; }
  .other-text { text-align: center; margin-bottom: 2px;}
  .divider { border-top: 3px solid red; }