body {
}
.main {
    background-color: black;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
}
.sand {
    color: #d3c7a2;
}
.primary-link {
  color: Teal;  /* blue-600 */
  text-decoration: none;
}

.primary-link:hover {
    color: #d3c7a2;  /* blue-800 */
    text-decoration: underline;
}

.secondary-link {
  color: #d3c7a2;  /* emerald-600 */
  text-decoration: none;
}

.secondary-link:hover {
    color: Teal;  /* emerald-800 */
    text-decoration: underline;
}