body{
background: rgba(252,236,252,1);
background: -moz-linear-gradient(left, rgba(252,236,252,1) 0%, rgba(252,236,252,1) 3%, rgba(251,166,225,1) 34%, rgba(138,252,178,1) 84%, rgba(138,252,178,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,236,252,1)), color-stop(3%, rgba(252,236,252,1)), color-stop(34%, rgba(251,166,225,1)), color-stop(84%, rgba(138,252,178,1)), color-stop(100%, rgba(138,252,178,1)));
background: -webkit-linear-gradient(left, rgba(252,236,252,1) 0%, rgba(252,236,252,1) 3%, rgba(251,166,225,1) 34%, rgba(138,252,178,1) 84%, rgba(138,252,178,1) 100%);
background: -o-linear-gradient(left, rgba(252,236,252,1) 0%, rgba(252,236,252,1) 3%, rgba(251,166,225,1) 34%, rgba(138,252,178,1) 84%, rgba(138,252,178,1) 100%);
background: -ms-linear-gradient(left, rgba(252,236,252,1) 0%, rgba(252,236,252,1) 3%, rgba(251,166,225,1) 34%, rgba(138,252,178,1) 84%, rgba(138,252,178,1) 100%);
background: linear-gradient(to right, rgba(252,236,252,1) 0%, rgba(252,236,252,1) 3%, rgba(251,166,225,1) 34%, rgba(138,252,178,1) 84%, rgba(138,252,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#8afcb2', GradientType=1 );
}

