body {
  background-color: #4B2E2B; /* roasted coffee */
  color: #F5ECD9; /* sepia white */
  font-family: monospace;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.content {
  position: absolute;
  top: 7%;
  left: 22%;
  letter-spacing: 0.5px;
}
a {
  color: #D6BFA8; /* soft copper/sepia tone */
  text-decoration: none;
}

a:visited {
  color: #D6BFA8; /* ensure visited links don’t go purple */
}

a:hover {
  color: #F5ECD9; /* match main text on hover */
  text-decoration: underline;
}
