body {
  font-size: 18px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.flash-messages {
  margin: 1rem auto;
  max-width: 60rem;
}

.flash {
  border: 1px solid;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}

.flash--alert,
.form-errors {
  background: #fff1f1;
  border-color: #b42318;
  color: #7a1a14;
}

.flash--notice {
  background: #effaf3;
  border-color: #18794e;
  color: #125c3d;
}

.skip-link {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  left: 1rem;
  overflow: visible;
  padding: 0.75rem 1rem;
  top: 1rem;
  width: auto;
  z-index: 1;
  background-color: white;
}

.form-errors {
  border: 1px solid;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}

nav {
  ul li {
    display: inline;
    margin-right: 1rem;
  }

  margin-bottom: 1rem;
}
