body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

button {
	background-color: white;
	color: black;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	border-radius: 4px;
	border: 2px solid #0075ff;
	transition-duration: 0.4s;
}

button:hover {
  background-color: #0075ff;
  color: white;
}

.counter {
	border: 2px solid #0075ff;
	border-radius: 4px;
	font-size: 14px;
	padding: 8px 16px;
	width: 30px;
	text-align: center;
}

.square {
	border: 2px solid #0075ff;
	background-color: lightgrey;
	border-radius: 4px;
	position: relative;
	padding: 2px 2px;
	z-index: 1;
}

.field, .next {
	position: absolute;
	width: 48px;
	height: 48px;
	border: 1px solid grey;
	background-color: white;
	z-index: 2;
}

.ball, .three {
	position: absolute;
	width: 48px;
	height: 48px;
	z-index: 3;
}
