:root {
    --cassiopeia-color-primary: #000000;
    --cassiopeia-color-link: #30638d;
    --link-color: #30638d;
    --link-color-rgb: 48,99,141;
    --cassiopeia-color-hover: #950755
  
}
body {
	background-image: url(/images/gbkeischns.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}