body {
  background-color: black;
  color: #ddd;
  font-family: Courier;
}

a {
  color: #CCFFFF;
  transition: all .2s ease-in-out;
}

a:hover {
  text-decoration: underline;
  transform: scale(1.1);
}

div.main {
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-align: center;
}

.accent {
  color: #39ff14;
}

ul li .subtitle {
  font-size: 10pt;
}

p.subtitle {
  text-align: center;
  font-style: italic;
  text-decoration: underline;
}

p.editors {
  margin-top: 2em;
  text-align: center;
}

ul {
  padding: 0;
}

ul.editors {
  list-style: none;
  margin-block: 0;
  padding: 0;
  text-align: center;
}

ul.editors li {
  display: inline-block;
}

a.tech-specs {
    text-align: center;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


p.editors-statement::after {
  content: "|";
  animation: blink 1s infinite; 
  /*animation: blink 1s step-end infinite;*/
}

@keyframes blink {
  0%, 100% {opacity: 1;}
  50% {opacity: 0;}
}

.links {
  display: flex;
}

.nav-links ul {
  list-style: none;
  text-align: center;
}

.nav-links li {
  margin: 10px;
}

.nav-links a:hover {
  color: blue;
}

h3 img {
  display: inline-block;
  height: 100px;
}

h3 p {
  display: inline-block;
  height: 100px;
  vertical-align: middle;
  margin-left: 20px;
}

ol li {
  margin: 10px;
}

a.homelink {
  text-align: center;
  display: block;
}

img.mainimg {
  width: 100%;
}

.bios li {
  margin: 25px;
}

.open-source {
  text-align: center;
  font-size: 10pt;
  margin-top: 40px;
}

h3 {
  margin-top: 3em;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}

.callforsubs {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 640px;
  text-align: center;
  border: 6px double #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}
