body {

  background: rgb(66, 34, 10);
background: radial-gradient(circle, rgb(177, 141, 112) 2%, rgb(66, 34, 10) 87%);
  /* background: #eeeeee;
  
  background: -moz-radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0B5895), color-stop(100%, #000B3B));
  background: -webkit-radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background: -o-radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background: -ms-radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background: radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background-color: #b2b2b2; } */
}

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: #bee4fd;
  text-shadow: none; }

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