@font-face {
  font-family: "Standard";
  src: url("../fonts/GTStandard.woff") format("woff");
}
body {
  margin: 0.5em;
  font-family: "Standard";
  -webkit-font-smoothing: antialiased;
  font-size: 3em;
  line-height: 1.2em;
  background: #000;
  color: white;
}

header p {
  margin: 0;
}

footer {
  position: absolute;
  bottom: 0.5em;
}
footer p {
  margin: 0;
}

a {
  text-decoration: none;
  color: white;
  transition: 0.5s;
}
a:hover {
  color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  transition: 0.5s;
}
