th, td {
	border: 1px solid;
	width : 50px;
	height : 50px;
	text-align : center;
	color: #565656;
}
table{
	border-collapse: collapse;
	background-color: #eeeff3 ;
}
button{
    width: 80px;
    height: 40px;
    border-radius: 10px;
    background-color: #c3d8e2 ;
}
body{
    background-color: #eeeff3 ;
}