@charset "UTF-8";


html {
	
	max-width: 100%;
	max-height: 300px;
}

head {
	font-family: "Geneva", sans-serif;
	color: #000;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}


#titel {
	font-family: "Geneva", sans-serif;
	color: #D899B1;
	
	font-size: 1.3rem;
	text-transform: lowercase;
	text-decoration-color: #D899B1;
	text-shadow: 0.5px 0.5px 0.5px rgba(103,72,84,0.8);
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}

body {
	font-size: 1.1rem;
	font-family: "Geneva", sans-serif;
	color: black; 
	text-align: justify-all;
  line-height: 1.5rem;
}


#tekstvlak {
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
	display : none;
}


a {
  color: ;
  text-decoration-line: none;
}

a:hover {
  cursor: ne-resize;
}

a:active {
  color:;
	background-color: ;

}

a:visited {
  color: ;
  background-color: ;

}

#footer {
  text-align: center;
  padding: 1rem;
  background-color: #D899B1;
  color: white;
 	position: fixed;
 	left: 0;
 	bottom: 0;
 	width: 100%;
  font-family: "Geneva", sans-serif;
  font-size: 1rem;
  text-transform: lowercase;
  text-shadow: 1px 0.5px 1px rgba(103,72,84,0.8);
  box-shadow: 10px 10px 5px 10px rgba(172,122,141,0.8);
}

.fade-in {
	-webkit-animation: fade-in 10s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6s both;
	        animation: fade-in 10s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-1 19:31:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
