* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Courier New', Courier, monospace;
  background-color: #151718;
  color: #e2cca9;
  min-height: 100vh;
}

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

a:hover {
  color: #e2cca9;
}

.highlight {
  color: #a08ce0;
}