.MainInfoPanel {
    float: right;
    border: 1px solid;
    width: 20wv;
    min-width: 384px;
}
.MainInfoPanel th{
    background-color: darkorange;
    width:5vw ;
    min-width: 96px;
    text-align: right;
    padding: 0;
    margin: 0;
    border: none;
}
.MainInfoPanel table {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
.MainInfoPanel td{
    background-color: orange;
    width: 15vw;
    min-width: 288px;
    padding: 0;
    margin: 0;
    border: none;
}
.NameTitle{
    margin :auto;
    background-color: orangered;
    text-align: center;
    width: 20vw;
    min-width: 384px;
}
.Content{
width: 80vw;
margin : auto;
background-color: teal;
height: 100vw;
}
.WikiSection h1{
    text-decoration-style : solid;
    text-decoration-line : underline;
}
body{
    background-image: url(https://img.freepik.com/premium-photo/beautiful-valley-old-medieval-fantasy-town-castle-concept-art_492154-744.jpg);
    background-size: cover;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .CharacterBox{
    display: inline-block;
    width: 10vw;
    height: 10vw;
    border: 5px solid black;
    box-sizing: border-box;
    text-align: center;
    
  }
  .CharacterBox a{
    display: block;
    margin : auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }