td {transition: 1.5s }
td:hover {
    background: rgba(255,255,255,0.5);
    transform: scale(1.2,1.2)}