.wiki-image-top {
    height: 12rem;
    position: relative;
    display: flex;
    margin: 1rem;
}
.wiki-image {
    border: 1px solid white;
    border-radius: 5px;
    position: absolute;
    object-fit: cover;
    width: 49%;
    height: 49%;
}
.wiki-image.I {
    top: 0;
    left: 0;
}
.wiki-image.II {
    top: 0;
    right: 0;
}
.wiki-image.III {
    bottom: 0;
    left: 0;
}
.wiki-image.IV {
    bottom: 0;
    right: 0;
}
.card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header-img {
    margin-top: 0.75rem;
    position: relative;
    width: 60%;
    height: 6rem;
    border: 1px solid white;
    box-shadow: 0 0 5px white;
    border-radius: 5px;
}
.card-header a {
    text-shadow: 0 0 5px white;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    text-decoration: none;
    color: white;
}
hr {
    width: 100%;
}
.person-wiki-img {
  width: 2rem;
  height: 2rem;
}
table {
  width: 100%;
  
}
table, td, trc{
  
}
