<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html, .container  {
   height:100%;
}

body {
/* background-image: url("../img/haanstra_agt.jpg"); */
 background-color:#000000;
 background-image: url("../img/brug.gif"); 
 background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100%; 



}

.main_card{

box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
}


.logo{

	font-family: 'Cinzel' , serif;
	font-size:3.9vw;
	color:white;
 /*  text-shadow: -2px -2px #aaa; */
	background: -webkit-linear-gradient(#fff, #444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  



}
</pre></body></html>