.spanpuzzle:hover 
{
    transition: 0.2s;
    scale: 1.1;
}
td:hover
{
    transition: 0.2s;
    filter: brightness(0.8);
}

#apuzzle:hover
{
    transition: 0.25s;
    text-shadow: 2px 0 red;
}