body {
  background-image: url(logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #222222;
	background-size: contain;
	display: table-cell; 
	vertical-align: middle; 
	height: 100%; 
}

html { 
	height: 100%; 
	display: table;  
	width: 100%; 
} 

p {
	text-align: center;
    display: block;
	font-family: Kalam;
	font-size: 35px;
	line-height: 35px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin-left: 53px;
}

div {
	text-align: center;
    display: block;	
	font-family: Kalam;
	font-weight: bold;
}


.changed {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 70px;
	font-family: Kalam;
}

.wartenummer-top {
	font-size: 110px;
	line-height: 100px;
	margin-top: 30px;
	margin-left: 53px;
}
.wartenummer {
	font-size: 130px;
	line-height: 140px;
	margin-top: 17px;
	margin-left: 53px;
}

.main {
    height: 100%;
    width: 100%;
    display: table;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
