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

.header {
	background: rgb(37,9,121);
	background: linear-gradient(90deg, rgba(37,9,121,1) 0%, rgba(244,0,255,1) 100%);
}

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

.footer {
	background: rgb(37,9,121);
	background: linear-gradient(90deg, rgba(37,9,121,1) 0%, rgba(244,0,255,1) 100%);
}