@import url(https://cdn.geheimesite.nl/reset.css);

:root {
  --primary: #006e86;
  --primary-offset: #006d8663;
}

html {
  color-scheme: light;
  background: #c0f3ff;
  color: #001419;
}

::selection {
  background: var(--primary-offset);
  color: white;
}

html, body {
  margin: 0;
  min-height: 100vh;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 900px;
  margin: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

a {
  font-weight: 550;
  color: var(--primary);
  text-decoration-color: var(--primary-offset);
  text-decoration-thickness: 2.5px;
  text-underline-offset: 3px;
}

header {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}

hgroup h1 {
  margin-bottom: 5px;
}

hgroup {
  margin-bottom: 2em;
}

img {
  float: left;
  border-radius: 0.5em;
  margin-right: 20px;
  margin-top: 1.2em;
}

footer {
  margin-top: auto;
  padding-top: 2.5em;
  text-align: center;
  font-size: .8em;
  opacity: .5;
}

footer p, footer address {
  display: inline;
}

footer address {
  font-style: normal;
}