
body {
  background-color: #000;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;

  display: flex;
  flex-direction: column;
  align-items: center;

  font-size: 1.5rem;
}

a {
  text-decoration: none;
  color: #bebebe;
}

ol, ul {
  padding: 0;

  list-style-position: inside;
}

li {
  padding: 1rem 2rem;
  margin: 0.5rem;
  
  color: #bebebe;
  border: 0.2rem solid #bebebe;
}