body {
background: #1fe011;
background: -moz-radial-gradient(center, ellipse cover, #1fe011 0%, #299a0b 98%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1fe011), color-stop(98%,#299a0b));
background: -webkit-radial-gradient(center, ellipse cover, #1fe011 0%,#299a0b 98%);
background: -o-radial-gradient(center, ellipse cover, #1fe011 0%,#299a0b 98%);
background: -ms-radial-gradient(center, ellipse cover, #1fe011 0%,#299a0b 98%);
background: radial-gradient(center, ellipse cover, #1fe011 0%,#299a0b...