a {
  -webkit-text-decoration-color: currentcolor;
  text-decoration-color: currentcolor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  color: #ffffff;
}
body {
  background-color: #343541;
  color: white;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
}
h4 {
  font-weight: bold;
  font-size: larger;
}