body {
     background-color:#EEEEEE;
     font-family: 'Nimbus Mono L',monospace;
}

.main {
     position: relative;
	 display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     width: 96%;
     height: 96%;
}

.background {
	position: absolute;
	top: -40%;
	right: 0;
	width: 20%;
}

.copyright {
	position: fixed;
	bottom: 0;
	left: 10;
    height:12px;
    padding-bottom: 10px;
    font-size: 12px;
    background-color: inherit;
}

.impressum_datenschutz {
	position: fixed;
	bottom: 0;
	right: 10;
    height:12px;
    padding-bottom: 10px;
    font-size: 12px;
    background-color: inherit;
}