@font-face {
  font-family: 'Papyrus';
  src: url(/fonts/PAPYRUS.TTF);
}

.btn {
  text-align: center;
  width: 50%;
  margin: auto;
}

.invis {
  color: black;
}

.invis:hover {
  font-family: "Papyrus", fantasy;
}

.invisygg {
  color: white;
}

.invisygg:hover {
  font-family: serif;
}

.main {
  background-color: white;
  color: black;
}

.landing {
  background-image: url("images/giygas.gif");
  color: white;
  font-size: 1.5em;
}

.missing {
  background-image: url("images/bg/sq.jpg");
  background-size: 128px 128px;
}

.guest {
  color: white;
  font-size: 1.5em;
  background-image: url("images/bg/wyv.gif");
  background-repeat: no-repeat;
  background-color: #484855;
}

.updates {
  color: red;
  background-image: url("images/bg/moon.jpg");
  background-size: 128px 128px;
}

.eye {
  color: black;
  background-image: url("images/bg/atscii.gif");
  background-size: 644px 482px;
}

.static {
  color: white;
  background-image: url("images/bg/static.gif");
  background-size: 640px 480px;
}

.agoraphobe {
  color: white;
  background-image: url("images/bg/agoraphobe.gif");
  background-size: 644px 482px;
}

.dark {
  background-color: black;
  color: white;
}

body {
  font-family: "Papyrus", fantasy;
}

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

a:hover {
  font-family: "Monaco", monospace;
}