/*
 * Globals
 */


/* Custom default button */
.btn-secondary.cover-btn,
.btn-secondary.cover-btn:hover,
.btn-secondary.cover-btn:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.cover-container {
  max-width: 42em;
}