body {
  color: #c256c2;
  background: lavender;
  font-size: 1.25em;
  padding: 1%;
  overflow-x: hidden;
}
a:link {
  color: hotpink;
  text-decoration-line: none;
}

a:visited {
  color: hotpink;
  text-decoration-line: none;
}

a:hover {
  color: yellow;
  font-style: italic;
}

a:active {
  color: yellow;
  font-style: italic;
}
.inf {
  text-decoration-color: hotpink; 
  text-decoration-line: underline;
  text-decoration-thickness: 0.1875em;
}