body, html {
  margin: 0;
  height: 100%;
 width: 100%;
}

body {
  overflow: hidden;
  margin: 0 auto;
}

#page { 
	 font-family: sans-serif;
	 padding-top:1.5rem;
	 height: 100%;
}

#ausgabetext {
 height: 94%;
}

#titel, #message, #buttons, #intro { 
	 padding-bottom:1.5rem;
}

#titel{
font-size: 2rem;
font-weight: bold;
}

.play {margin-left: 0.5rem;}
.fa-redo-alt {margin-top: 0.4rem;}

i {color:floralwhite;}

div {
	text-align: center;
	display:block;
	clear: left;
}

.moeglich {
font-weight: bold;
cursor: pointer;
}

#start, #replay, #go{
							display: inline-block;
							cursor: pointer;
							margin: 0 auto;
							font-size: 3rem;
							text-align: center;
							width:6rem; 
							height:6rem;
							background-color: firebrick;
							border-radius: 4rem;
							line-height: 6rem;
							}

#replay{
			background-color: green;
			margin-left: 2rem;
			}

b {
font-size: 1.5rem;
}

.output , #chiffre
{
font-size: 1.5rem;
}

#buttons{
	margin: 0 auto;
}