*
{
	margin:0px;
	padding:0px;
	font-family:serif;
}
html,body
{
	height:100%;
}

body{
	display: flex;
  align-items: center;
  justify-content: center;
}

body
{
	background-image: url("../images/Bildschirmfoto 2020-12-18 um 12.43.57.png");
	background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#note .yellow{
	background: yellow;
	width: 250px;
	margin: auto;
	text-align: center;
	margin-bottom: 5px;
	font-size: 1.2em;
}
