html {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	font-family: Arial;
}

body {
	position:relative;
  	background-color: #000000;
	width: 95%;
	max-width: 500px;
	min-width:100px; /*Anpassen, wenn die Breite kleiner werden darf*/
    height: 95%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	background-image: url("/images/br.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}