body{
    display: grid;
    background: url("../../../images/bg.gif");
    color:rgb(229, 228, 226);
    font-family: "Noto Serif JP", serif;
    font-size:x-large;
}
a{
    color:cyan;
}
main{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.prologue{
    height:auto;
    width: 1600px;
}
.name{
    font-weight: bolder;
    text-decoration: underline;
    color:rgb(245, 215, 155)
}
.tocLink{
    text-decoration: none;
}
table{
    text-align: center;
}
th{
    height:50px;
    width:50px;
}
.clear{
    background: #FF5C5C;
}
.characterBio{
  display: flex;       
  align-items: center; 
  gap: 10px;   
  width:1600px;            
}
.characterBio img{
  width: auto;         
  height: 360px;
}