:root {
  --cassiopeia-color-primary: #49d326;
}


body.site {
    color: #ff00ff;
	background: transparent;
	background-image: url(../../../../../images/Logogruen.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}



.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,12,1) 100%);  
} 

.main-top {
   background: rgba(0,212,12,0.5);
  color: #ff0000;
}



