body {
  background-color: #191a1c;
  font-family: "Cutive Mono";
}

body > p {
  color: #fff;
}

header {
  background-image: linear-gradient(to right, #e5a9a9, #e1e5a9 40%, #a9c3e5 80%, #d1a9e5 100%);
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

footer {
  background-color: #aaa;
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

header > p {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 7px;
  margin-right: 4px;
}

footer > p {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
}