body{
    margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Spiel
{
	color: white;
	background-color: black;
    text-align: center;
	padding: 0 20px;
	border: 5px solid black;
}
canvas{
    display: block;
    margin: 0 auto;
    border: solid black;
}
.container_Punkte{
    display: block;
    margin-bottom: 5px;
}
#Zwischenraum{
    width:250px;
}
#Knopf{
    display: block;
    margin: 10px auto;
    text-align: center;
}
button{
    width: 150px;
    height: 50px;
    background-color: greenyellow;
}