/*
font-family: 'Raleway', sans-serif;
font-family: 'VT323', monospace;
font-family: 'Zilla Slab Highlight', cursive;
*/

* {
  box-sizing: border-box;
}

body {
  background-color: #020502;
  margin: 0;
  padding: 0;
}

h1, h2 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.debug {
  font-family: 'VT323', monospace;
  background-color: #111;
  color: white;
  position: absolute;
  left: 25px;
  top: 25px;
}

.header {
  margin-top: 10px;
  height: 20px;
  text-align: center;
  color: green;
  font-family: 'Zilla Slab Highlight';
  font-size: 10px;
}

.game-container {
  margin: 0 auto;
  margin-top: 20px;
  height: 256px;
  outline: 1px solid #315f31;
  width: 256px;
}

.instructions {
  list-style: none;
  padding: 0px;
}

.footer {
  font-family: 'VT323', monospace;
  color: white;
  height: 20px;
  text-align: center;
  padding: 0px;
}
