body {
  background: #1b3229;
  
  background: -moz-radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #386553), color-stop(100%, #1b3229));
  background: -webkit-radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
  background: -o-radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
  background: -ms-radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
  background: radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
}

h1, h2, h3, h4, h5, p, strong {
  color: #fdfbe4 !important;
}

.reveal {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  color: #fdfbe4;
}

::selection {
  color: black;
  background: #fdfbe4;
  text-shadow: none;
}

::-moz-selection {
  color: black;
  background: #fdfbe4;
  text-shadow: none;
}