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

.header {
	background: rgb(2,235,249);
	background: linear-gradient(90deg, rgba(2,235,249,1) 0%, rgba(196,246,7,1) 50%, rgba(0,116,255,1) 100%);
}

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

.footer {
	background: rgb(2,235,249);
	background: linear-gradient(90deg, rgba(2,235,249,1) 0%, rgba(196,246,7,1) 50%, rgba(0,116,255,1) 100%);
}