
main p {
  color: var(--secondary-text-color);
  line-height: 1.8em;
}

main li {
  color: inherit;
  line-height: 1.8em;
}

main h2 {
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}

main p a {
  color: var(--link-color);
  text-decoration: none;
  text-decoration-color: var(--link-color); 
}

main p a:hover {
  border-bottom: 1px solid transparent;
  color: var(--link-color);
  text-decoration: none
}

main table thead, main table th {
  background-color: var(--primary-bg-color);

}