* {
  font-family: 'Courier New', Courier, monospace;
  color: red;
}
body {
    background-color: yellow !important;
    font-family: monospace;
    color: red !important;
}

a.active {
  text-decoration: underline;
  /* text-decoration-color: green; */
  text-decoration-thickness: 2px;
}
