/**************************************************

    main.css
	author: Lutz Weymann
	www.elim-leipzig.de
	
**************************************************/

@import url('fonts.css');

a {
	color: rgba(255, 148, 8, 1);
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 177, 159, 1);
}	

header {
	width: 100%; 
	max-height: 250px; 
	padding: 0 50px; 
	background: rgba(54, 75, 140, 1)
}