body {
  color: #ff8f45;
  background: #3a0500;
  font-size: 1.25em;
  padding: 1%;
  overflow-x: hidden;
}
a:link {
  color: red;
  text-decoration-line: none;
}

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

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

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