body {
    background-color: rgb(90,0,0); /* For browsers that do not support gradients */
    background-image: linear-gradient(to top right, rgb(90,0,0), rgb(117, 4, 4));
    background-attachment: fixed;
}