body {
  /* font-family: 'font-normal', 'Source Sans Pro', arial, helvetica, sans-serif; */
  padding-bottom: 50px;
}

h3 {
  margin-top: 50px;
}
li {
  margin: 25px 50px 0 0;
}
table {
  width: 1400px;
  margin: 0 50px 0 50px;
}
td {
  width: 50%;
  vertical-align: top;
  padding-right: 60px;
}

/* radar.js always adds a # dummy link, to optimize chrome SEO score, but this creates hyperlink coloring from tailwind */
/* we revert here */
.prose :where(a):not(:where([class~=not-prose] *)) {
  color: var(--text-inherit);
}

