@import url(https://cdn.22is5.com/css/reset.css);
@import url(https://cdn.22is5.com/fonts/minecraft.css);
:root {
  --bgc: #;
}
body {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Minecraft Regular";
  background-color: #fff;
  font-size: 18px;
}
a {
  text-decoration: underline;
  color: #4bca4b;
}
.topBar {
  width: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 8px 0 4px 0;
  align-items: center;
}
.topBar a {
  color: #fff;
}
.back {
  width: 600px;
  text-align: left;
}
.main {
  width: 600px;
  display: flex;
  flex-direction: column;
  padding: 36px 0 36px 0;
}
.banner {
  background-color: #333;
  background-image: url(/img/minecraft/banner.png);
  background-position: center;
  background-size: cover;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: solid 8px #4bca4b;
  filter: drop-shadow(0 6px 1px #00000080);
  position: sticky;
  top: 0;
  z-index: 10;
}
h1 {
  font-family: "Minecraft Ten";
  font-size: 51px;
  text-align: center;
  padding: 8px;
  z-index: 5;
}
.content {
  position: relative;
  line-height: 1.6;
}
h2 {
  font-family: "Minecraft Ten";
  font-size: 28px;
  text-align: left;
  z-index: 5;
  padding: 12px 0 0 0;
}
code {
  font-family: "Minecraft Mono";
  font-weight: 600;
}
h3 {
  font-family: "Minecraft Bold";
  padding: 12px 0 0 0;
}
.footer {
  background-color: #333;
  background-image: url(/img/minecraft/banner.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
}
.footerLinks {
  display: flex;
  justify-content: space-between;
  width: 436px;
}
br {
  line-height: 0;
  font-size: 0px;
}
.factions {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faction {
  background-color: #333;
  background-image: url(/img/minecraft/banner.png);
  background-position: center;
  background-size: cover;
  display: flex;
}
.faction img {
  width: 20%;
  margin: 8px;
  padding: 4px;
  border: solid 2px #dedede;
}
.factionInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
}
.factionName {
  font-family: "Minecraft Ten";
  font-size: 56px;
  line-height: 1;
}
.factionType {
  font-family: "Minecraft Bold Italic";
  padding: 0 0 0 6px;
  opacity: 0.8;
}

.factionMembers {
  font-family: "Minecraft Regular";
  padding: 0 0 0 6px;
  opacity: 0.8;
}
