*{margin: 0 auto;}
body{font-family: 'Space Mono', monospace; font-size: 0.8em; background-color: #000; color: #fff;}
a{text-decoration: none; color: #fff;}
ul li{list-style: none;}

header{float: left; padding: 40px 4px 20px 40px;}
.bar{letter-spacing: -0.15em;}
h1{font-size: 1em; font-weight: normal; float: left; padding-top: 40px;}

p:hover{cursor: default;}
.bio{display: block; clear: left; padding: 20px 40px;}

.arrow{font-size: 1.7em; padding: 20px 40px;}
.dropdown{padding: 20px 40px;}
li > a{position: relative; text-decoration: underline;}
.seal{position: absolute; bottom: 40px; left: 40px; width: 100px; -webkit-animation:spin 20s linear infinite; -moz-animation:spin 20s linear infinite; animation:spin 20s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

