::-moz-selection {
    /* Code for Firefox */
    background: #232a35;
}

::selection {
    background: #232a35;
}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
}
section {
  padding: 7% 10%;
  font-size: 1rem;
  max-width: 720px;
  margin: 0 auto;
}
.content {
  margin: 0 auto;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.dates,
p {
  color: rgba(0, 0, 0, 0.4);
}
.dates {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 30px;
}
h1 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
h2 {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2.25rem;
  margin: 1.5rem 0;
}
h4 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.25rem;
  margin-bottom: 0;
}
p {
  line-height: 1.5;
  margin-top: 0;
}
a {
  color: #a162be;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.button a {
  padding: 1rem;
  font-size: 1rem;
  border-radius: 3px;
  background: #faf9f8;
  text-align: center;
  text-decoration: none;
  color: #222222;
  display: block;
  margin: 2.5rem 0;
}
.button a:hover {
  background: rgba(0, 0, 0, .06);
  text-decoration: none;
}
.button a:active {
  background: rgba(0, 0, 0, .1);
  text-decoration: none;
}