html {
  scroll-behavior: smooth;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

section {
  content-visibility: auto;
  contain-intrinsic-size: 0 450px;
}

.goog-te-banner-frame {
  bottom: 0 !important;
  top: unset !important;
  display: none !important;
}

a {
  padding: 0.2em;
}

.grIcon > * {
  stroke: inherit;
}

p {
  font-size: 1rem;
}

@media (any-pointer: coarse) {
  a {
    padding: 0.8em;
  }
}