h2{
   text-align:center;
}
body{
    background-color:;
}

td{
    width:300px;
    height:300px;
}

td:hover{
    color:green;
}