body {
  margin: 0;
  background-color: #000000;
  color: #00AA55;
  font-family: "Courier New", Courier, monospace;
}

.container {
  padding: 80px 60px;
  max-width: 700px;
}

h1 {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

p {
  margin-bottom: 30px;
  margin-left: 24px;
}

a {
  color: #00AA55;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.signature {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
  font-size: 0.9rem;
  letter-spacing: 3px;
}

.signature a {
  color: #00663a;
  text-decoration: none;
}

.signature a:hover {
  text-decoration: underline;
}
