.ball-game-menu{
	width: 100%;
	height: 100%;
	background-image: url("/static/image/menu/background.jpg");
	background-size: 100% 100%;
	user-select: none;
}
.ball-game-menu-field{
	width:20vw;
	position:relative;
	top:40vh;
	left:19vw;
}
.ball-game-menu-field-item{
	color:white;
	height:7vh;
	width:18vw;
	font-size:6vh;
	font-style:italic;
	padding:2vh;
	text-align: center;
	background-color: rgba(39,21,28,0.8);
	border-radius: 10px;
	letter-spacing: 0.5vw;
	cursor:pointer;
}
.ball-game-menu-field-item:hover{
	transform:scale(1.2);
	transition:100ms;
}
.ball-game-playground{
	width: 100%;
	height: 100%;
	user-select: none;
}