body {
  background-image: url("https://64.media.tumblr.com/0e2ee466110c580bbf5d60b84bf7928c/04bf91ad1a268fb3-e6/s1280x1920/8b41f1314c08f9f1a0daa155815c2a6688f329d2.pnj");
  background-size: 50%;
  background-repeat: repeat
 }

  .characterbox {
height: Auto;
width: 250px;
margin: 10px;
margin-bottom: 10px;
background-color: #211512; 
float: right;
}

  .characterboxtext {
height:250;
width: 500px;
margin-top: -20px;
margin-left: 5px;
margin-bottom: 0px;
float:left;
}

h1 { 
  font-family: "Courier Prime", sans-serif;
  font-weight: 900;
  font-size: 44px;
  color: #e6c8b1;
  margin: 10px;
  margin-top: 0px;
}

h2 { 
  font-family: "Courier Prime", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #e6c8b1;
  margin: 10px;
  margin-top: 10px;
  margin-bottom:-10px;
  text-align: left;
}

h3 {
  font-family: "Courier Prime", sans-serif;
  color: #a88779;
  margin: 5px;
  font-size: 14px;
}

p {
  color: #a88779;
  font-family: "Courier Prime", sans-serif; 
  float: left;
  text-indent: 20px;
  text-align:left;
  margin: 10px;
  font-size: 12px;
  }
  
a {
  color: #e6c8b1;
  text-decoration: underline;
}
.characterimage {
  height: 200px;
  width: 200px;
  margin:25px;
  margin-bottom: 5px;
}

.Gallerybutton {
  width:200px;
}

table, th, td { 
  font-family: "Courier Prime", sans-serif; 
  color: #a88779;
  border: 5px;
  border-collapse: separate;
  margin: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

td:nth-child(even), th:nth-child(even) {
  background-color: #302019;
}

td:nth-child(odd), th:nth-child(odd) {
  background-color: #140b0a;
}


ul {
  color: #a88779;
  font-family: "Courier Prime", sans-serif;
  text-align: left;
  margin: 10px; 
  font-size: 14px;
}

::selection {
background: #a31508;
color: #e6c8b1; 
}

.line {
  color: red;
  background-color: blue;
  margin: 50px;
  width: 250px;
}