/*Google Fonts
font-family: 'Didact Gothic', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Anton', sans-serif;*/

h1 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 5px;
  font-size: 76px;
  font-weight: 400;
  margin: 1.5em 0;
}
h3 {
  font-family: 'Arimo', sans-serif;
}
body {
  background-color: #333;
}
article {
  margin: 5em auto;
  text-align: center;
  color: #fff;
}
.highlight {
  color: #FF3333;
}

@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
