body {
  background-color: #222;
}

p,
ul,
li,
h1,
h2,
h3 {
  line-height: 1.5;
}

p,
h1,
h2,
h3,
li,
pre {
  color: white;
}

a:link {
  color: #00ffff;
}

a:visited {
  color: #ffff00;
}

a:hover {
  color: #ff0000;
}

a:active {
  color: #ff8000;
}

.sorry p {
  font-size: 14px;
}

header.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  width: 100%;
}

.body {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}

.body section {
  width: 100%;
  display: inherit;
  flex-direction: inherit;
  text-align: center;
  margin-bottom: 1.2em;
}

.footer {
  place-content: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  height: 4rem;
  margin-bottom: 1.2em;
  margin-top: 1em;
  width: 100%;
}

.footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer img {
  max-height: 64px;
  width: 100%;
}

.cedlogo {
  width: 64px;
}