.server-list{
  display:flex;
  flex-direction:column;
}
body{
  background:
    linear-gradient(rgba(10,15,20,.55), rgba(10,15,20,.55)),
    url("../images/ARMA_Hintergrund.webp") center/cover no-repeat fixed,
    var(--bg);
}
.server-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.server-row:last-child{
  border-bottom:none;
}
.server-row-title{
  margin:0 0 6px;
}
.server-row-desc{
  margin:0;
}
.team-panel{
  margin-top:16px;
  padding:18px;
}
.team-heading{
  margin:0 0 8px;
}
.footer-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.impressum-card{
  margin-top:16px;
}
.rules-list{
  font-size: inherit;
  color: inherit;
}
