/*
 * Globals
 */
/* Custom default button */
.btn-primary, .btn-primary:hover, .btn-primary:focus {
  background: #0b9444;
  border-color: #0b9444;
}
/* Custom default button */
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  background: none;
  border-color: #0b9444;
  color: #0b9444;
}
/*
 * Base structure
 */
body {
  background: #fff;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.cover-container {
  max-width: 42em;
}