body{
	background-color: rgb(250, 248, 239);
}

body h1{
	font-size: 40px;
}

body p{
	font-size: 20px;
	
}

header{
	text-align: center;
	color: rgb(119, 110, 101);
	font-family:Arial;
}

.btn{
	background-color: rgb(143, 122, 102);
	color: white;
	padding: 8px 15px;
	border: none;
	border-radius: 4px;

}

#grid-container {
/*	width:500px;
	height:500px;
	padding:20px;*/
	margin: 50px auto;
	background-color:#B6A394;
	position:relative;
}

.grid-cell{
/*	width:100px;
	height:100px;*/
	position:absolute;
}

.number-cell {
/*	border-radius:6px;*/
	font-family:Arial;
	font-weight:bold;
/*	font-size:60px;
	line-height:100px;*/
	text-align:center;

	position:absolute;
}