body {
	text-align: center;
	background-color:white;
}

#board {
	height: 720px;
	width: 720px;
	border-radius: 5%;
	background-color: #f0f8ff;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#buttonHolder
{
	
	background-color:white;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	align-items: center;
	
	
}
.tile {
	height: 120px;
	width: 120px;

	border-radius: 30%;
	background-color: #b1d1de;
	display:flex;
	justify-content: center;
	align-items: center;
	
}

.tile-button {

	width: 20%;
	height: 20%;
	margin: 40%;
}