body {
  background-color: black;
  color: white;
  font-family: 'Courier New', monospace;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 32px;
  margin-right: 32px;
}

a  {
  color: #ff0000;
}

table, td, th {
  color: white;
  border: 1px solid;
}

table {
  border-collapse: collapse;
  margin: 16px;
}

img  {
  background-color: #C0C0C0;
  border-radius: 8px;
}