.haha{
	background-color:black;
}


div{
	display: block;
	margin:0 auto;
	width:500px;
	text-align: center;
}
div h1{
	font-family:Arial;
	font-size:60px;
	font-weight: bold;
}
div #newgamebutton{
	display: block;
	margin:20px auto;

	width:100px;
	padding: 10px 10px;
	background-color: :#8f7a66;
	font-family: Arial;
	color:white;
	background-color: purple;
	border-radius: 10px;
	text-decoration: none;
}
div #newgamebutton:hover{
	background-color:#9f8b77;
}
div p{
	font-family: Arial;
	font-size:25px;
	margin:20px auto;
}

#grid-container{
	width:460px;
	height: 460px;
	padding:20px;
	margin:50px auto;
	background-color: #bbada0;
	border-radius: 10px;
	position:relative;

}
.grid-cell{
	width:100px;
	height:100px;
	border-radius: 6px;
	background-color:#ccc0b3;
	position:absolute;
}
.number-cell{
	
	border-radius: 6px;
	font-family: Arial;
	font-weight: bold;
	font-size:60px;
	line-height:100px;
	text-align: center;
	position:absolute;

}
.fzys{
	font-family: "华文行楷";
	font-size:24px;
	color:purple;

}
.phone
{  font-family: "Giddyup Std";
    font-size: 20px;
    color:green;

}
.chuan{
	font-family: "华文行楷";
	font-size: 45px;
	color:red;
}
.pu{
	font-family:"华文行楷";
    font-size: 40px;
    color:green;
}
.wan{
	font-family: "华文行楷";
	font-size: 42px;
	color:blue;
}
.sui{
	font-family: "华文行楷";
	font-size:45px;
	color:orange;
}
.qq{
	font-family: "华文行楷";
	font-size:25px;
	color:orange;
}
.Score{
	font-family:"Giddyup Std";
	font-size:35px;
	color:#328;
}
#score{
	font-family:"华文行楷";
	font-size: 34px;
	color:#777;
}
.shengming{
	font-family:"华文行楷";
	font-size:20px;
	color:#356;
}