html,
body,
#container {
  height: 96%;
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
  text-align: center;
  background: #002b36;
}

#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

h1 {
  color: #93a1a1;
}

p {
  color: #93a1a1;
  display: inline-block;
}


a:link, a:visited, a:hover, a:active {
  color: #93a1a1;
  text-decoration: none;
} 

a:hover {
  text-decoration: bold;
}
