html {
  color: #333;
  font-family: "Source Code Pro", monospace;
}

body {
  max-width: 880px;
  margin: 0 auto;
  padding: 2rem;
}

hr {
  border-style: dashed;
  border-width: 0.0625rem 0 0.0625rem 0;
  height: 0.1rem;
}

h2 {
  font-size: 1.5rem;
}

footer, hr {
  opacity: 0.4;
}

footer a {
  color: #333;
}

time {
  opacity: 0.8;
}

footer, header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header > nav > a {
  color: #333;
  opacity: 0.4;
  font-size: 1.2rem;
}

a {
  color: #f90;
  text-decoration: none;
}

header > a {
  font-size: 2.2rem;
}

.posts {
  font-size: 1.2rem;
}

@font-face {
  font-family: 'Source Code Pro';
  src: url('/SourceCodePro-Regular.ttf.woff2') format('woff2');
}
