* {
	margin:0;
	padding:0;
	background-color:#2D2D2D;
}

#container {
	margin-top:60px;
	margin-left: auto;
	margin-right: auto;
	width:70%;
}

#titel {
	background-color: #2D2D2D;
	position: fixed;
	text-align: center;
	border: none;
	height: 8%;
	width: 100%;
	top:0px;
}

.inputdarkgray { 
	background-color:DarkGray;
	color: black;
	border: none;
	height: 35px;
	width: 100%;
	margin: auto;
	display: block;	
	line-height: 20%;
	font-size: 18px
}

.inputgreen { 
	background-color: green;
	color: black;
	border: none;
	height: 35px;
	width: 100%;
	margin: auto;
	display: block;	
	line-height: 20%;
	font-size: 18px
}

.inputred { 
	background-color: red;
	color: black;
	border: none;
	height: 35px;
	width: 100%;
	margin: auto;
	display: block;	
	line-height: 20%;
	font-size: 18px
}
	
h1 {
	font-size: 32px;
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}