body {
  background-color: #0d0d0d;
  color: #e0e0e0;
  font-family: 'Fira Code', monospace;
  margin: 2rem;
}

header, footer {
  text-align: center;
  color: #39ff14;
}

a {
  color: #e600ff;
}
