html {
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background-color: transparent;
}

body {
  margin: 0;
  font-size: 1.35em;
  line-height: 1.35;
  font-family: "SF Pro", "Segoe UI", "Roboto", "Oxygen", "Ubuntu",  "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
  background: #111;
  padding: 0.86em;
  text-wrap: balance;
  letter-spacing: -0.022em;
}

@media (min-width: 480px) {
  body {
    font-size: 2em;
    padding: 1.4em;
  }
}

.head {
  margin-bottom: 1em;
}

.content {
  max-width: 28em;
}

h1,
h2,
h3 {
  font-size: 1em;
  margin: 0;
  font-weight: 500;
}

p {
  font-size: 1em;
  margin-bottom: 1em;
  margin-top: 0;
}

a,
a:visited {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dotted;
}

a:hover {
  color: rgba(255, 255, 255, 0.75)
}

.projects h2 {
  font-weight: 500;
  margin-bottom: 0.75em;
}

.project h3 {
  margin-bottom: 0;
}
