body {
   background-image:url(https://heyitsharbor.neocities.org/library/background.jpg);
   background-size: 40%;
   font-family: verdana;
   color:#1b140b;
}

header, main, aside {
  border:0px solid black;
  background-color:#f0ebdf;
  color: #1b140b;
}
header {
  max-width:900px;
  max-height:289px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-top: 10px;
  height:147px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 16pt;
  border-bottom: #4e3a23 solid 5px; 
  border-radius: 20px 20px 0px 0px;
}

.flex {
display:flex;
max-width: 900px;
margin: auto;
}

.characterflex {
display:flex;
flex-direction:column;
max-width: 900px;
align-items: center;
margin-right: 5px;
margin-left: 5px;
}

main {
  width: 100%;
  margin-left:0px;
  font-family: 'Source Serif Pro', serif;
  border-radius: 0px 0px 20px 20px;
  padding-bottom: 50px;
  padding:10px;
}

section {
  border:0px solid black;
  margin-bottom:10px;
}

article { 
  border:0px solid black;
  margin-bottom:15px;
  font-size: 11pt;
  padding:5px;
  line-height: 18px;

}

.characterpic {
  border: 4px solid black;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  background-image:url(https://heyitsharbor.neocities.org/images/placeholder.jpg);
  background-size: 100%;
  text-align: center;
  line-height: 20px;
  
}

.credits {
  
  font-size: 8px;
  text-align: center;

}

p { 
   text-indent: 30px;
}

.entry {
  padding: 15px;
  
}

.headerlinks {
  font-size: 12pt;
  text-align: center; 
  
}

details > summary {
  padding: 4px;
  width: auto;
  border: none;
  cursor: pointer;
  display: block;
}

details > p {
  padding: 4px;
  margin: 0;
  display: block;
}


.characterbasics {
  width: 600px;
  height: 300px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  margin: 10px;
  float: left;
  overflow: auto;
  
}

.piccontainer {
  float: right;
  width: 200px;
  height: 150px;
  text-align: center;
}

#gasparpic {
  width: 150px;
  height: 140px;
  border: 3px black solid;
  background-image:url(https://heyitsharbor.neocities.org/images/gasparpic.png);
  background-size: 100%;
  margin: auto;
  
}

.characterindepth {
  
  width: 800px;
  min-height: 500px;
  padding: 10px;
  margin: auto;
  border: 1px black solid;
  overflow: visible;
  
}
