body {
background: rgba(204,255,228,1);
background: -moz-linear-gradient(left, rgba(204,255,228,1) 0%, rgba(204,255,228,1) 9%, rgba(253,137,215,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,255,228,1)), color-stop(9%, rgba(204,255,228,1)), color-stop(100%, rgba(253,137,215,1)));
background: -webkit-linear-gradient(left, rgba(204,255,228,1) 0%, rgba(204,255,228,1) 9%, rgba(253,137,215,1) 100%);
background: -o-linear-gradient(left, rgba(204,255,228,1) 0%, rgba(204,255,228,1) 9%, rgba(253,137,215,1) 100%);
background: -ms-linear-gradient(left, rgba(204,255,228,1) 0%, rgba(204,255,228,1) 9%, rgba(253,137,215,1) 100%);
background: linear-gradient(to right, rgba(204,255,228,1) 0%, rgba(204,255,228,1) 9%, rgba(253,137,215,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffe4', endColorstr='#fd89d7', GradientType=1 );

}