html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

.static-site-shell {
  overflow-x: clip;
}

.static-site-shell a {
  text-decoration: none;
}

.static-site-shell a.underline,
.static-site-shell a[class*="hover:underline"] {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.static-table {
  min-width: 760px;
}

@media (max-width: 767px) {
  .static-site-shell .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
