* {
	margin: 0 auto;
	font-family: sans-serif;
	text-align: center;
}

body {
	background-image: url("ssp.png");
	background-size: cover;
}

#r {
	color: #b00000;
}

#g {
	color: #00b000;
}

#b {
	color: #0000b0;
}

#auswahlDiv {
	padding: 10px;
	text-align: center;
	width: 700px;
	font-size: 20px;
}

button {
	background-color: rgba(143, 143, 143, 0.5);
}

#hu {
	font-size: 50px;
	text-align: center;
	margin: 20px;
}

.ausgabeDiv {
	border: solid 2px #000;
	text-align: center;
	width: 300px;
	margin-top: 50px;
	border-radius: 50px;
	font-size: 20px;
	background-color: rgba(143, 143, 143, 0.5);
	display: box;
	padding: 10px;
}

#schere:hover {
	background-color: rgba(99, 0, 0, 0.5);
	border-radius: 0px;
}

#stein:hover {
	background-color: rgba(0, 99, 0, 0.5);
	border-radius: 0px;
}

#papier:hover {
	background-color: rgba(0, 0, 99, 0.5);
	border-radius: 0px;
}

#schere {
	font-size: 20px;
	padding: 20px;
	border: solid 3px #b00000;
	margin: 20px;
	border-radius: 20px;
	color: #b00000;
	transition: 0.3s;
}

#stein {
	font-size: 20px;
	padding: 20px;
	border: solid 3px #00b000;
	margin: 20px;
	border-radius: 20px;
	color: #00b000;
	transition: 0.3s;
}

#papier {
	font-size: 20px;
	padding: 20px;
	border: solid 3px #0000b0;
	margin: 20px;
	border-radius: 20px;
	color: #0000b0;
	transition: 0.3s;
}

#gewonnen {
	font-size: 100px;
	text-align: center;
	color:  green;
	margin-top: 30px;
}

#unentschieden {
	font-size: 100px;
	text-align: center;
	color: #fffb00;
	margin-top: 30px;
}

#verloren {
	font-size: 100px;
	text-align: center;
	color: #8c0000;
	margin-top: 30px;
}

#countdown {
	text-align: center;
	font-size: 70px;
	color: green;
}

#alles {
	border: solid 1px #000;
	width: 50%;
	text-align: center;
	background-color: rgba(212, 212, 212, 0.9);
	height: 1000px;
	box-shadow: 15px 15px 15px black;
}

#brunnen {
	margin-top: 10%;
	float: right;
	font-size: 7px;
}

#back {
	border: solid 2px #000;
	padding: 3px;
	float: left;
	margin: 10px;
	background-color: rgba(212, 212, 212, 0.9);
	border-radius: 10px 0px 0px 10px;
}

#back a{
	text-decoration: none;
	font-weight: 800;
	color: #000;
	font-size: 15px;
}