table{
    width:100px;
    height: 100px;
}

.bg1:hover{
    background-color: aqua;
}