@font-face {
  font-family: 'vt323';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/vt323/vt323.woff2) format('woff2');
}

html { font-size: calc(.7em + 1vw); }

body {
  background-color:black; color: lime; font-family: vt323, courier, serif;
}

input { 
  background-color:black; border:black;
}

button { 
  background-color:black; border:black;
}

*:focus { 
  background-color:black; border:black; outline: none;
}

a {
  color: lime;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.battlezone {
    width: 100%;
}

/* fit images to container */
.battlezone img {
    max-width: 100%;
    height: auto;
}
