body {
  background-image: url(https://64.media.tumblr.com/8a0e42504f4e714fbcbcf2c06e3ce664/fc7fb747c8d6ca58-f8/s1280x1920/fc175b95b75248d8205602463be30cca17b2542e.pnj);
  background-size: 40%;
 }
 

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

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

h1 { 
  font-family: "Manufacturing Consent", system-ui;
  font-weight: Bold;
  font-size: 50px;
  color: Aliceblue;
  margin: 10px;
  margin-top: 0px;
}

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

h3 {
  font-family: "EB Garamond", serif;
  color: #949c9b;
  margin: 5px;
  font-size: 14px;
}

p {
  color: #7d9190;
  font-family: "EB Garamond", serif;
  float: left;
  text-indent: 20px;
  text-align:left;
  margin: 10px;
  font-size: 14px;
  }
  
a {
  color: Aliceblue;
  text-decoration: underline;
}
.characterimage {
  height: 200px;
  width: 200px;
  margin:25px;
  margin-bottom: 5px;
}

.Gallerybutton {
  width:200px;
}

table, th, td { 
  font-family: "EB Garamond", serif;
  color: Black;
  border: 5px;
  border-collapse: separate;
  margin: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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


ul {
  color: #7d9190;
  font-family: "EB Garamond", serif;
  text-align: left;
  margin: 10px; 
  font-size: 14px;
}

::selection {
background: Navy;
color: Aliceblue; 
}