@font-face {
  font-family: 'Silkscreen';
  src: url('../fonts/slkscr.ttf');
}
html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body {
  font-family: 'Silkscreen';
  color: white;
  background: #101010;
  text-shadow: 1px 1px 4px black;
}
#plant {
  height: 250px;
  width: 250px;
}