m.table{
	position:relative;
	margin:auto;
	top:30%;
	left:10%;
	width:70%;
	
}
table{
	width:80%;
	border-dollapse:collapse;
}

th,td{
	padding:12px;
	text-align:center;
}
th{
	background-color:lightpink;
}
th:hover{
	background-color:#ceadfe;
}

td:hover{
	font-size:2em:
}

tr:nth-child(odd) {
	background-color:#ffadce;
}

tr:nth-child(even){
	background-color:#feffd5
}
