body {
  background-color: #000;
  color: #fff;
  font-family: "Courier New", monospace;
  line-height: 1.6;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.content {
  max-width: 600px;
  width: 90%;
  padding: 2em;
  background-color: #101010;
  border: 1px solid #333;
}

a {
  color: fuchsia;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
