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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  color: #000033;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 1.5rem;
  text-align: center;
}

.logo {
  width: min(720px, 82vw);
  height: auto;
  max-width: 100%;
}

.notice {
  margin: 0;
  max-width: 32rem;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.6;
}

.redirect {
  margin: -0.75rem 0 0;
  font-size: 0.875rem;
}

.redirect a {
  color: inherit;
  text-underline-offset: 0.2em;
}
