body {
	background: #1FB7F2;
}

.alterBildschirm {
	font-size: 20px;
	font-family: courier, terminal, monospace;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
	/*text-shadow: 2px 2px 2px #E5AC05;*/
	
	width: 680px; height: 600px;
	background: #000000;
	padding: 25px;
	border-radius: 15px;
	margin: 30px auto;
	/*box-shadow: inset -1px 2px 10px 5px grey;*/
}