.container{
	text-align: center;
	margin-top: 0;/*10%;*/
}
 
.frage a{
	font-size: 100px;
	font-weight: bold;
}
.frage{
	display: inline-grid;
	grid-template-columns: 150px 150px 150px;
}
 
#frage{
	margin: 0 30px 0 30px;
}
#history{
	list-style-type: none;
	padding: 0;
	/* max-height: 60px; */
	/* max-width: content; */
	/* overflow-y: auto; */
}
 
.center{
	text-align: center;
}
 
#richtig{
	color: green;
}
 
#ges{
	color: red;
}
 
.buttons{
	margin-top: 0;/*18%;*/
}
 
.selected{
	border: 1px solid blue;
}
 
.badB{
  padding:30px;
  animation: blink 100ms 500ms;
}
 
@keyframes blink{
  from {
    background: white;
  }
  to{
    background: red;
  }
}
 
.faint{
	color: gray;
}
 
#numberChart{
	max-width: 2000px;
	max-height: 500px;
}