/* The page header of Cassiopeia has the class "header" so you control it with .header */

.header {
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,121,54,1) 50%, rgba(132,0,255,1) 100%);
}

/* The page footer of Cassiopeia has the class "footer" so you control it with .footer */

.footer {
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,121,54,1) 50%, rgba(132,0,255,1) 100%);
}