body{
	background: linear-gradient(90deg, rgba(2,255,45,0.8)15%, rgba(255,2,45,0.8)40%, rgba(2,45,255,0.8));	
	margin: 0;
	padding: 0;
	touch-action: manipulation;
}
.divcanvas{ 
	text-align: center;
}
.pacman_margin{
	margin: 0 22%;
}
.canvas{
	background: white;
	border: 3px solid #00FCFF;
}
.divscore{
	display: flex;
	justify-content: space-around;


	
}
.divscore p{
	font-size: 45px;
	font-family: sans-serif;
	color: white;
	font-weight: 900;
}

.button{
	margin: 15px;
	display: flex;
	width: 200px;
	height: 200px;
	border: 3px solid #00E4FF;
	border-radius: 51px;
	background: white;
	justify-content: center;
	align-items: center;	
	font-size: 100px;
}
.control{
	display: none;
	align-items: center;
	flex-direction: column;
}
.side{
	display: flex;
/*	flex-direction: row;*/
}
.button2{
	display: flex;
	width: 100px;
	height: 100px;
	border: 3px solid #00E4FF;
	border-radius: 25px;
	background: white;
	justify-content: center;
	align-items: center;	
	font-size: 51px;
	margin: 20px 0;
}


@media all and (max-device-width: 800px){ /*handheld - телефон*/
	.button2{
		display: none;
	}
	.divscore p{
		font-size: 60px;
		font-family: sans-serif;
		color: white;
		font-weight: 900;
	}	
	.control{
		display: flex;
	}	
	.pacman_margin{
		margin: 5%;
	}
}
