@font-face {
  font-family: 'LowRes';
  src: url('LowRes.ttf');
}
body {
  background-color: black;
  font-family: sans-serif;
  font-size: 2vh;
  color: white;
}

label {
  color: white;
  font-size: 5vh;
  font-family: 'LowRes';
  padding-left: 10px;
}

ul {
  padding-left: 0%;
  list-style-type: none;
}

li{
  font-size: 2vh;
  padding-left: 10px;
}