body {
	background-image: url('../bilder/DOM.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
	font-family: calibri, arial, sans-serif;
	margin: 0;
	text-align: center;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}

h1{
	color: #ffffff;
	font-size: 4em;
	margin-top: 5rem;
	text-shadow: 2px 2px 5px black;
}

h2{
	color: #ffffff;
	text-shadow: 2px 2px 5px black;
}

ul {
	list-style-type: none;
	margin-top: 5rem;
	height: 100px;
	padding-bottom: 50em;
}

.logo {
	border-radius: 50% 50% 50% 50%;
	max-height: 20vh;
	max-width: auto;
	margin-top: 5rem;
	box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.5);
}

li a{
	color: #000000;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bolder;
	display: block;
	line-height: 1;
	}

a{
	color: #ffffff;
	text-decoration: none;}


li{
	margin: 2.5rem auto 0 auto;
	padding: 3rem;
	font-size: 6rem;
	background-color: #ffffff;
	line-height: 80px;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	max-width: 500px;
	box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.5);
}
