html,
body {
    background: rgb(155,203,86);
    background: -moz-linear-gradient(54deg, rgba(155,203,86,1) 0%, rgba(203,232,86,1) 100%);
    background: -webkit-linear-gradient(54deg, rgba(155,203,86,1) 0%, rgba(203,232,86,1) 100%);
    background: linear-gradient(54deg, rgba(155,203,86,1) 0%, rgba(203,232,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bcb56",endColorstr="#cbe856",GradientType=1);
}