@font-face {
  font-family:"W95FA";
  src:url("/fonts/W95FA.otf");
  font-weight:normal;
  font-style:normal;
}
* {
  font-family:"W95FA";
  line-height:1.3em;
  tab-size:4
}
html {
  background-image:radial-gradient(circle, #060945, #10134f);
  color:#ffc82d;
}
footer,
#site_header {
  text-align:center;
}
#site_header {
  border-bottom:1px solid #ffc82d
}
.banner-image {
  margin:16px;
  height:144px
}
/* Navbar alignment buffer */
.topnav {
  display:flex;
  overflow: hidden
}
/* Style the links inside the navigation bar */
.topnav a {
  background: linear-gradient(#1a1d59, #060945);
  color: #c0c0c0;
  text-align: center;
  font-size:18px;
  padding: 7px 16px;
  border:1px solid #ffc82d;
  border-bottom-style:none;
  text-decoration: none;
}
/* Change the color of links on hover */
.topnav a:hover {
  background: linear-gradient(#242763, #060945);
  color: #e0e0e0;
}
/* Add a color to the active/current link */
.topnav .active {
  background: linear-gradient(#2e316d, #060945);
  color: white;
  font-weight:bold;
  padding: 7px 16px;
  border-radius:15px 15px 0 0
}
.system-table {
  background-color:#060945;
  border:2px solid #ffc82d;
  border-radius:8px
}
.system-table > table {
  border-collapse: collapse;
  table-layout:auto;
  width:100%
}
.system-table > table > tbody > tr > td {
  background-color:#060945;
  border:1px solid #ffc82d;
  padding:12px;
  vertical-align:top
}
.system-section-header {
  font-weight:bold;
  font-style:italic;
  margin:0
}
.system-section-body {
  margin-left:8px;
  padding-top:8px;
  padding-left:11px;
  border-left:1px solid #ffc82d
}
.system-section-subheader {
  margin-top:0px;
  margin-bottom:8px
}
.system-section-body > span {
  font-size:18px;
}
.system-member-bio {
  margin-bottom:8px
}
.system-member-info > tbody > tr > th {
  text-align:right;
  vertical-align:top;
  min-width:12ch
}
.system-section-sidebar {
  display:grid;
  align-items:center;
  justify-content:center;
}
.system-member-icon > img,
.system-emblem > img {
  width:128px
}
body {
  width:100%;
  max-width:1250px;
  min-height:100%;
  margin:0 auto;
  background-color:rgb(6 9 69 / 50%);
  box-shadow:0 0 30vw #040404,0 0 32px #000
}
footer {
  padding-top:5px;
  border-top:1px solid #ffc82d;
  margin-bottom:5px 
}
#content {
  max-width:1150px;
  margin-left:auto;
  margin-right:auto;
  padding-top:1em;
  padding-bottom:1em;
  counter-reset:footnotes
}
#content > p {
  font-size:18px;
}