* {
  margin: 0;
}

body {
  color: #1b1d1c;
  background-color: #ff4c06;
}

#wrapper {
  background-color: #fff;
}

#menu {
  text-align: right;
}

#content {
  max-width: 32em;
  margin: auto;
  padding: 2em;
}

.post {
  margin-top: 1.5em;
  margin-bottom: .75em;
}

h1 {
  font-family: "Futura";
  font-size: 62px;
  text-align: center;
}

h2 {
  font-family: "Helvetica", "Arial", "Sans Serif";
  font-size: 20px;
  margin-bottom: .5em;
}

p {
  font-family: "Times New Roman", "Serif";
  line-height: 1.5em;
  margin-bottom: .5em;
}

a {
  color: #1b1d1c;
  text-decoration: none;
}

a:hover {
  color: #ff4c06;
  text-decoration: underline;
}

::-moz-selection {
  color: #fff;
  background: #ff4c06;
}

::selection {
  color: #fff;
  background: #ff4c06;
}
