/* Nathanael Specht
   License: none (public domain)
*/

body {
  background-color: #292844;
  color: #cbcbe2;
  font-family: Verdana;
}

section {
  background-color: #3a3962;
  color: #cbcbe2;
  margin: 8px 16px 8px 16px;
  padding: 20px 40px 20px 40px;
}

.center, header, nav, footer {
  text-align: center; 
}

a:link, a:visited {
  color: #cbcbe2;
  text-decoration: none;
}

a:hover, a:active {
  color: #eeeef2;
  text-decoration: none;
}