html {
  scrollbar-gutter: stable;
}

html, body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  background-color: #f4f6f8;
  color: #333;
}
main {
  flex: 1;
}
.container,
.content-wrapper,
h1 {
  margin: auto;
}

a.card-link-overlay,
a.button,
a.search-button,
a.btn-hero-primary,
a.btn-hero-secondary,
a.visit-button {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}