Hello!. I am trying to make my entire page this gradient background however I cannot figure it out. Using .page identifier gives me this page which does not work. the body identifier does not work as well. this is the gradient I want to use:
background: rgb(126,195,132);
background: linear-gradient(180deg, rgba(126,195,132,1) 0%, rgba(63,120,86,1) 25%, rgba(69,98,93,1) 50%, rgba(106,165,169,1) 75%, rgba(163,210,213,1) 100%);
I would like this background applied to the entire page, including the white.
