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

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.4;
}

main {
  width: 100%;
  max-width: 28rem;
}

h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
}

#tagline {
  margin: 0.35rem 0 0;
  color: #111;
}

#links {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0;
}

#links a {
  color: #111;
  text-decoration: none;
}

#links a:hover,
#links a:focus-visible {
  text-decoration: underline;
  outline: none;
}

#links .sep {
  color: #111;
  user-select: none;
  padding: 0 0.55rem;
}

#links .sep:last-child {
  display: none;
}
