@font-face {
  font-family: 'Silkscreen';
  src: url('../fonts/slkscr.ttf');
}
@font-face {
  font-family: b612_mono;
  src: url(stuff/fonts/B612_Mono/B612Mono-Regular.ttf);
}
@font-face {
  font-family: b612_mono;
  src: url(stuff/fonts/B612_Mono/B612Mono-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: b612_mono;
  src: url(stuff/fonts/B612_Mono/B612Mono-Italic.ttf);
  font-style: italic;
}
@font-face {
  font-family: b612_mono;
  src: url(stuff/fonts/B612_Mono/B612Mono-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}
html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body {
  font-family: b612_mono, mono, monospace;
  color: white;
  background: #101010;
  text-shadow: 1px 1px 4px black;
}
#plant {
  height: 250px;
  width: 250px;
}
a#forward, a#back, h1, h2, #hoverme {
  font-family: 'Silkscreen';
  color: white;
  text-decoration: none;
}
#hoverme {
  position: absolute;
  top: 4px;
  left: 209px; 
  animation-name: arrowwiggle;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  width: fit-content;
  text-align: right;
}