.primary {
  background-color: #a21020;
  color: #fffdfa;
}
.brand {
  font-weight: bold;
}
.brand-accent {
  font-style: italic;
}
.center {
  text-align: center;
}
/* Small devices such as large phones (640px and up) */
/* Medium devices such as tablets (768px and up) */
/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 64em) {
  body {
    font-size: x-large;
  }
}
/* Largest devices such as desktops (1280px and up) */
