/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  background-color: #4C3A51;
}

.description {
  color: #E7AB79;
}

.cover-container {
  max-width: 42em;
}