body {
  background-image: url(https://i.pinimg.com/1200x/14/fe/18/14fe18ca5296c2609a294ccf2f22cd08.jpg);
  background-size: 20%;
 }
 

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

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

h1 { 
  font-family: "Uncial Antiqua", system-ui;
  font-weight: Bold;
  font-size: 50px;
  color: #6a512e;
  margin: 10px;
  margin-top: 0px;
}

h2 { 
  font-family: "Uncial Antiqua", system-ui;
  font-weight: bold;
  font-style: normal;
  color: #6a512e;
  padding-left: 10px;
  margin-bottom: -10px;
}

h3 {
  font-family: "IM Fell Double Pica", serif;
  color: #f8f1eb;
  margin: 5px;
  font-size: 14px;
}

p {
  color: #939951;
  font-family: "IM Fell Double Pica", serif;
  float: left;
  text-indent: 20px;
  text-align:left;
  margin: 10px;
  font-size: 14px;
  }
  
a {
  color: #6a512e;
  text-decoration: underline;
}
.characterimage {
  height: 200px;
  width: 200px;
  margin:25px;
  margin-bottom: 5px;
}

.Gallerybutton {
  width:200px;
}

table, th, td { 
  font-family: "IM Fell Double Pica", serif;
  color: #6a512e;
  border: 5px;
  border-collapse: separate;
  margin: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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


ul {
  color: #f8f1eb;
  font-family: "IM Fell Double Pica", serif;
  text-align: left;
  margin: 10px; 
  font-size: 14px;
}

::selection {
background: #929955;
color: #f8f1eb; 
}