@font-face {
  font-family: 'Museo';
  src: url(../Museo700-Regular.otf) format('opentype');
}

body {
  -webkit-font-smoothing: antialiased;
  background: #1b1d1e;
  color: white;
  text-shadow: -1px -1px 2px black;
  line-height: 1.5;
  font-size: 36px;
  font-family: Museo, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

a {
  color: #82b414;
  text-decoration: none; }

  a:focus, a:active {
    outline: none; }

section {
  display: block; }

#content {
  padding: 20% 0 25%;
  text-align: center;
  width: 960px;
  margin: 0 auto; }
