
body {
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 5rem;
}

#header {
  height: 3.75rem;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
}
#header-text {
  vertical-align: middle;
  margin-left: 40px;
}
#text-anchor {
  font-size: 22px;
  font-weight: bold;
  /* font-family: ui-sans-serif, system-ui, sans-serif; */
  font-family: SuisseIntl, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  color: oklch(0.77 0.1919 163.7);
  text-decoration: none;
  line-height:60px;
  letter-spacing: .0175rem;
}

main {
  margin-left:20%;
  margin-right:20%;
}
