*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #111111;
  line-height: 1.5;
  /* Short pages still end in the footer instead of a strip of page background. */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

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

a {
  color: inherit;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-to-content-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  background: #ffffff;
  padding: 0.5rem 1rem;
  height: auto;
  width: auto;
  clip: auto;
  overflow: visible;
}
