body {
  background: #000000;
  color: #ffffff;
  font-family: "Geneva", "Verdana", "sans-serif";
  margin: 1em auto;
  max-width: 80%;
  min-height: calc(100vh - 60px);
  padding-top: 20px;
  text-align: center;
}

a {
  text-decoration: none;
  color: white;
}

.banner {
  background-color: #33b3da;
  color: white;
  left: 0;
  position: fixed;
  padding-bottom: 6px;
  padding-top: 2px;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000;
}

.banner:hover + #banner-tooltip {
  opacity: 100%;
  transition: opacity 0.2s ease-in;
}

#banner-tooltip {
  opacity: 0%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  font-size: 0.8em;
  background-color: black;
  padding: 1.5em;
  width: 300px;
  opacity: 0%;
  transition: opacity 0.2s ease-out;
}

footer {
  font-family: "monospace";
  text-align: center;
}

@font-face {
  font-family: "noto sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NotoSans-Regular.ttf") format("woff2");
}

.banner h1 {
  font-family: "noto sans";
  font-weight: 400;
  margin: 0;
}

.banner h1:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "Counter-Strike";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/cs-regular.ttf") format("woff2");
}

.heading {
  align-items: center;
  display: flex;
  font-family: "Counter-Strike";
  justify-content: center;
  padding-top: 10px;
}

#images {
  margin-left: -10%;
  width: 120%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.medalpin {
  width: 72px;
  padding-bottom: 1em;
}

.autogrid {
  justify-content: center;
  align-items: center;
  display: flex;
}

#b2yb {
  /* padding-top: 5vh; */
  /* TODO: Remove this */
  height: calc(45.5vh);
}

.text-left {
  text-align: left;
}

.underline {
  text-decoration: underline;
}
