body {
  background: black;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 14pt;
  line-height: 1.25;
  margin: 8px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 1.9em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.1em;
}
a, a:visited, a:hover, a:active {
  color: #ef413b;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.75;
}
p {
  margin: 0.5em 0;
}
.content {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
