html{background-color: lightgrey
}


img {
  height: 370px;
  width: 450px;
}

#Überschrift links{
	width: 50%;
}



h1{
	color: #970C10;
	font-size: 35px;
}

h2{
	font-size: 30px;
	
}

ul{
	font-size: 24px;
}

li{ font-size: 24px;
}

p{
	font-size: 24px;
}

h3{
	font-size: 25px;
}

iframe{
	height: 370px;
	width: 460px;
}

#Überschrift {
  width: 50%;
}

#header{
	display:flex;
	justify-content: space-between;
	align-items: center;
	background-color: grey;
}


a{
	text-decoration: none;
	margin-left: 16px;
}

a:hover{
	text-decoration: underline;
}
	



@media only screen and (max-width: 600px){
	p{font-size: 20px;
	}
	ul{font-size: 20px;
	}
	li{font-size: 20px;
	}
}
















