html, body {
  height: 100%;
  background-color: #00f93e;
  font-size: 12pt;
}

.main {
  height: 100%;
  width: 100vw;
  font-family: 'Roboto Mono', monospace;
  font-size: 12pt;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  margin-bottom: 10px;
}
