
html { background:white;
	/* background: linear-gradient(128deg, rgba(217, 191, 186, 1) 0%, rgba(139, 115, 103, 1) 50%, rgba(84, 67, 57, 1) 100%);
	background-attachment: fixed;*/
	
}


html, body { width: 100%;
	height: 100%;
	color: black;
	font-family: 'DejaVu Sans', sans-serif, Arial, Verdana;
	margin: 0px;
	padding: 0px;
}

* { box-sizing: border-box; }

/* Freie Google Fonts 
@font-face {
  font-family: 'Comic Relief';
  src: url('../fonts/ComicRelief-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'CactusClassicalSerif';
  src: url('../fonts/CactusClassicalSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
*/

a:link {color: black; font-weight: bold; }
a:visited {color: black; font-weight: bold; }
a:active {color: black; font-weight: bold; }


/*
a.menulink:link {font-size: 16px; color: #dddddd; font-weight: bold; text-decoration: none;}
a.menulink:visited {font-size: 16px; color: #dddddd; font-weight: bold; text-decoration: none;}
a.menulink:active {font-size: 16px; color: red; font-weight: bold; text-decoration: none;}
*/


.parked { display:flex; align-items: center; padding: 50px; }
.parked_text1 { font-size: 18px; }
.parked_text2 { font-size: 28px; }









