.wiki-navbar
  {
    border: solid black 5px;
    margin-bottom: 1em;
    display: flex;
    padding: 0.25em;
    justify-content: center;
    background: #6778B7;
  }

.wiki-navbar ul
  {
    list-style: none;
    display: flex;
    flex-direction: row;
  }
  
.wiki-navbar li
  {
    border: solid black 5px;
    padding: 0.5em;
    margin: 0.5em;
    background: #2F2D56;
  }

#wiki-list
  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    gap: 1em;
  }

.wiki-list-entry
  {
    border: solid black 5px;
    background: black;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 calc((100% - 5em) / 3);
  }
  
.wiki-list-entry:hover
  {
    filter: brightness(1.3);  
  }
  
.wiki-list-entry p
  {
    border-top: solid black 3.5px;
    padding-top: 1em;
  }
  
.wiki-list-entry a
  {
    text-decoration: none;
  }
  
.wiki-list-entry h2
  {
    padding: 0.5em 0em;
  }
  
.wiki-list-entry > *
  {
    margin: 10px;
  }
  
.wiki-list-icon
  {
    width: 10em;
    border: solid black 3.5px;
    background: black;
  }
  
#svienne
  {
    border-image: linear-gradient(180deg,rgba(184, 194, 203, 1) 0%, rgba(31, 31, 36, 1) 100%) 1;
    background: #393841;
  }
  
#vero
  {
    border-image: linear-gradient(180deg,rgba(179, 199, 239, 1) 0%, rgba(80, 105, 154, 1) 100%) 1;
    background: #393F5F;
  }
  
#keyart
  {
    border: solid black 5px;
    background-color: gray;
    position: absolute;
    top: 5px;
    bottom: 5px;
  }
  
#test
  {
    border: solid black 5px;
  }