
         
h1 {                         
    color: #12486B; 
	text-align: center;
	font-size: 50px;
	font-family: unifraktur Cook, sans-serif;
	font-variant: small-caps;
	font-weight: 900;
	background-color: #F5FCCD;
    border: #78D6C6 10px;           
}

h3 {
	text-align: center;
	font-size: 30px;
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight: 700;
	color: #12486B; 
}
h2 {                           
    color: #FF00EF	
}

.center {
  margin-left: auto;
  margin-right: auto;
}
.desc {
	color: #12486B;
	font-weight: 600;
}

html {
	font-family: sans-serif;
}
body {
	background: linear-gradient(#FFFFFF, #FFFFFF);
	
}
  

div.dvdlol {
	position: fixed;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}
div.dvdlol marquee {
	width: 100%;
	height: 100%;
}

#dvd {
	width: 100px;
}


div.ou {
	position: fixed;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}
div.ou marquee {
	width: 100%;
	height: 100%;
}

#ou {
	width: 100px;
}



