body {
  max-width: 672px;
  margin: 0 auto;
  padding: 0 24px 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
}

header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 72px;
}

.brand {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  text-decoration: none;
}

header nav a,
header nav span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  margin-left: 24px;
}

header nav a { color: rgba(0, 0, 0, 0.5); }
header nav a:hover { color: #000; }
header nav span { color: #000; }

main a { color: inherit; }
main a:hover { color: #000; }

h1 { font-size: 16px; font-weight: 600; margin: 0 0 24px; }
h2 { font-size: 14px; font-weight: 600; margin: 32px 0 8px; }

ul { padding-left: 20px; }
li { margin: 4px 0; }

.photo { float: left; width: 40%; margin: 4px 24px 12px 0; }

.links a { text-decoration: none; margin-right: 12px; }
.links a:hover { text-decoration: underline; }

.post { margin-bottom: 40px; }
.post h2 { margin: 0 0 2px; }
.post h2 a { text-decoration: none; }
.post h2 a:hover { text-decoration: underline; }
.meta { font-size: 12px; color: rgba(0, 0, 0, 0.45); margin: 0 0 10px; }

