body {
  background-color: #11a9e2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d86b3), to(#11a9e2));
  background-image: -moz-linear-gradient(#0d86b3, #11a9e2);
  background-repeat: no-repeat;
  text-rendering: optimizeLegibility;
  //font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  
}
h6, p1 {
 
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}


p1 {
  text-align: justify;
  font-size: 16px;
}
h6 {
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
 
}

