@font-face {
  font-family: OCRAMedium;
  src: url(old/fonts/OCRAMedium.ttf);
}
@font-face {
  font-family: TheMIX;
  src: url(old/fonts/TheMix.ttf);
}
body {
  background-color: #333333;
  background-image: url("img/main.png");
  background-repeat: no-repeat;
  height: 1012px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-position: center;
  text-align: center;
}
.logo {
  padding: 0;
  margin-top: 180px;
}
.navbar {
  padding: 0;
}
footer {
  margin-top: 180px;
  font-family: OCRAMedium;
  text-align: center;
  color: #bdbdbd;
}
a {
  text-decoration: none;
  position: relative;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: white;
}
a:active {
  color: white;
}
.secretmessage {
  color: #333333;
}
@media screen and (max-width: 800px) {
  body {
    overflow-x: visible;
  }
}
