html {
  color-scheme: light;
  background: #fff;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 97%;
  display: table;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: #000;
  background: #fff;
}

main, p.center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.content {
  display: inline-block;
  max-width: 640px;
  text-align: left;
  margin: 0 auto;
}

.content.center-text {
  text-align: center;
}

h1.name, .name {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

nav.links {
  text-align: center;
  margin-top: 1.5rem;
}

nav.links a {
  color: #00e;
}

#timezone * {
  text-decoration: none;
}

.hero-frame {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.hero {
  width: 560px;
  max-width: 95vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

.nl-flag {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 24px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(
    to bottom,
    #ae1c28 0 33.333%,
    #ffffff 33.333% 66.666%,
    #21468b 66.666% 100%
  );
}

.nl-flag:hover {
  opacity: 0.85;
}

.subpage {
  position: static;
  display: block;
  width: auto;
  height: auto;
  min-height: 100vh;
  padding: 2rem 1rem 3rem;
}

.subpage .content {
  max-width: 720px;
}

.subpage h2 {
  font-size: 28px;
  font-style: italic;
  text-align: center;
  margin-top: 0;
}

.subpage h3 {
  font-size: 18px;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.subpage ul {
  margin-top: 0.25rem;
}

.subpage .back {
  text-align: center;
  margin-top: 2rem;
}

.proverb {
  font-style: italic;
  margin: 2rem 0;
  text-align: center;
}

.proverb-so {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
