/* Der Seitenkopf von Cassiopeia hat die Klasse "header" du steuerst diese also mit .header an */

/*
.header {
    background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(119,9,121,1) 35%, rgba(0,212,255,1) 100%); 
}
*/

/* Der Seitenfuß von Cassiopeia hat die Klasse "footer" du steuerst diese also mit .footer an */
/*
.footer {
    background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(119,9,121,1) 35%, rgba(0,212,255,1) 100%); 
}
*/
.header {
    background: rgb(72,72,72);
}
.footer {
    background: rgb(72,72,72);
}

h1, h2
{
  	color: rgb(72,72,72,1);
	text-decoration: none;
}
a:link {
  	color: rgb(72,72,72,1);
	text-decoration: none;
}
a:visited {
  	color: rgb(72,72,72,1);
	text-decoration: none;
}
a:hover {
  	color: rgb(255,0,0,1);
	text-decoration: none;
}
a:active {
  	color: rgb(72,72,72,1);
	text-decoration: none;
}