/* http://dilbert.com/strips/comic/2010-04-01/ */

html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: 'Overpass', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  margin: 0 auto;
  max-width: 800px;
}

.content {
  color: #555;
  margin: 20px;
  overflow: hidden;
  padding: 20px;
}

h1,
h2,
h3,
h4 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  margin: 20px 0 0;
}

h2 {
  margin: 10px 0 0;
}

h3 {
  margin: 30px 0 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  line-height: 1.5;
}

.obfuscate {
  display: none;
}

.find a:not(:last-child) {
  margin-right: 10px;
}
