body {
  background: #eeeeee;
  background: -moz-radial-gradient(center, circle cover, #22347C 0%, #000B3B 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #22347C), color-stop(100%, #000B3B));
  background: -webkit-radial-gradient(center, circle cover, #22347C 0%, #000B3B 100%);
  background: -o-radial-gradient(center, circle cover, #22347C 0%, #000B3B 100%);
  background: -ms-radial-gradient(center, circle cover, #22347C 0%, #000B3B 100%);
  background: radial-gradient(center, circle cover, #22347C 0%, #000B3B 100%);
  background-color: #b2b2b2; }

.reveal {
  font-family: "Lato", sans-serif;
  color: #D3E9EF; }

::selection {
  color: white;
  background: #aa2233;
  text-shadow: none; }

::-moz-selection {
  color: white;
  background: #aa2233;
  text-shadow: none; }