.Ueberschrift1 {
	background-color: red;
padding: 5px;
margin-top: 0px;
border-radius: 8px;

	font-size: 20px;
	margin-top: 10px;
	color: black;
}
.Ueberschrift2 {
	background-color: red;
padding: 5px;
margin-top: 0px;
border-radius: 8px;

	font-size: 10px;
	margin-top: 10px;
	color: black;
}

.Button1 {
	background-color:black;
	color:lightblue;
}
.Button1:hover {
	 background-color: yellow;
	 color:red;
}


body {
  height: 200px;
  background-color: lightgrey;
}