body{
background: -webkit-linear-gradient(to right, #ff6a00, #ee0979); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ff6a00, #ee0979);
}
/* The code snippet provided creates a linear gradient for the body background, I am looking to make it darker */