body{
  background-color: #222222;
  font-family: "PT Mono";
  font-size: 12px;
}

a,p{
  color:#d8d8d8;
}

a{
  text-decoration: none;
  text-align: center;
}

a.selected{
  color: #fae800;
}

a:hover{
  text-decoration: none;
  color:#fae800;
}

nav{
  /*display: none;*/
  padding-top: 1em;
}

a.navigation{
  font-size: 16px;
  line-height: 2.3em;
}

#title{

  position:fixed;
  top: 30vh;

}

h1{
  font-weight: bolder;
  font-size: 5.5em;
  color:#fae800;
  line-height: 1.5em;
  text-align: left;
}

.blink_me {
  animation: blinker 4s linear infinite;
}

@keyframes blinker {
  40% { opacity: .4; }
}

#explore{
  display: block;
  line-height: 1.5em;
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-size: 24px;
  color:#989898;
}
