.site-header
{
  background: none;
  padding-bottom: 0;
}

.plain-section
{
  padding: 0 auto;
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Inter stands in for Roobert */;
}

.container
{
  padding: 0;
}

.preserve-white-space
{
  white-space: pre-wrap;
}

.footer-bottom
{
  background: none;
  padding: 8em 0;
}

a {
  text-decoration: underline;
}