body {
  margin: 0px 0px;
}

header {
  color: white;
  background-color: skyblue;
  background-image: linear-gradient(90deg, #a0ce67, #e96d1f);
  padding: 8px;
}

header a.logo::before {
  background-image: url("/content/images/favicon.png");
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: 0.5em;
  width: 1.5em;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  color: lightgray;
  padding: 8px;
  background-color: #1d2021;
  font-size: 0.75em;
  font-style: italic;
  text-align: center;
}

footer span.contact {
  color: white;
  font-style: normal;
  font-weight: bold;
}

footer span.contact a {
  color: skyblue;
}

body > * {
	padding-left: 100px;
	padding-right: 100px;
}

