* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0f043d;
  color: #ddd;
  font-family: "OCR A Std", monospace;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
}

p {
  margin-bottom: 1em;
}

a {
  color: #fe75fe;
}

a:visited {
  color: #fe75fe;
}

nav {
  padding: 10px 0;
  border-bottom: 1px solid #4c197e;
  margin-bottom: 20px;
}

.header-graphic {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

h1,
h2,
h3 {
  color: #fff;
  margin: 20px 0 10px;
}

.mission {
  border-bottom: 1px solid #6220a3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post-preview {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #4c197e;
}

.post-preview time {
  color: #888;
  font-size: 0.85em;
}

article time {
  color: #888;
  display: block;
  margin-bottom: 20px;
}

footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #6220a3;
  color: #666;
  font-size: 0.85em;
}

iframe {
  margin: 20px 0;
}
