body {
  background-color: pink;
  color: black;
}

a:visited,
a:link {
  color: black;
  text-decoration: none;
}

a:hover,
a:active {
  background-color: white;
}

body {
  font-family:
    InterVariable,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell;
  font-optical-sizing: auto;
}
