
body	{
	font-family: "Marcellus", "Courier", serif;	
	background-color: blue;
}
button	{
	background-color: blue;
	height: 140px;
	width: 170px;
	font-size: 300%;
	margin: 28px;
	float: left;
	font-family: "Marcellus", "Courier", serif;
	border-style: none;
}
div	{
	position: static;
	height: 400px;
	background-image: linear-gradient(60deg, rgb(235, 197, 141), #cfd);
}
footer{
	position: absolute;
	bottom: 0;
	min-height: 80px;
	width: 100%;
	text-align: center;
}
h1	{
	font-family: "Marcellus", "Courier", serif;	
	color:whitesmoke;
	text-align-last: center;
}
h2	{
	font-family: "Marcellus", "Courier", serif;	
	color:rgba(131, 28, 28, 0.904);
	font-size: 14pt;
	height: 30pt;
}
header	{
	font-size: 240%;
	color:white;
	font-weight: 900;
	text-align: center;
	background-color: darkgray;
	margin-top: 20pt;
}
img	{
	width: 20%;
	float: left;
	opacity: 0;
}
input{
	height: 2em;
	width:5em;
	text-align: center;
	color: aliceblue;
	background-color: blue;
	margin-left: 306px;
	
}

span	{	
	font-family: "Marcellus", "Courier", serif;	
	font-size: 150%;
}

.deutsch	{
	font-family: 'Arima Madurai', cursive;
	color: rgb(226, 43, 128);
}
.freiraum	{
	margin-bottom: 20px;
	margin-top: 20px;
}

#button_links	{
	color: blue;
}
#button_mitte	{
	height: 60px;
}
#button_rechts	{
	color: blue;
}
#button_weiter	{
	background-color: white;
	color: darkseagreen;
	height: 60px;
}

#doko	{
	width: 100%;
	height: 1px;
	opacity: 0.9;
}


#punktetafel	{
	font-size: 300%;
}
#zahl_links	{
	height: 60px;
	font-size: 200%;
	margin-top: -40px;
}
#zahl_rechts	{
	height: 60px;
	font-size: 200%;
	margin-top: -40px;
}


@media only screen and (min-width: 768px)	{
	
body	{
		width: 700px;
		position: relative;
		margin: auto;
	}

header	{
	position: relative;
	width: 700px;
}


}