*{
	margin:0rem;
}
body{
	background-color:#99c2ff;
	text-align: center;
}
.table{
	 margin: 100px 350px;
	 width: 700px;
	 height: 220px;
	 text-align: center;
	 border: 0.0625rem  #002966 solid; 
}
.table th{
	background-color: #002966 ;
	color: snow;
	border: 1px   #002966 solid;
}
.table tr:nth-child(even){
	background-color: #00ccff;
}
table tr:hover{
	background-color:#e5faff;
}
.table tr:nth-child(even):hover{
	background-color: #e5faff;
}
button{
	border: none;
	width: 100px;
	height: 30px;
	background-color:#99c2ff;
}
button:hover{
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.24),0 9px 25px 0 rgba(0,0,0,0.19);
}