.taulell tr td{
    width: 200px;
    height: 200px;
    background-color: springgreen;
}

.score{
    float: right;
    border: 1px solid grey;
    padding: 20px;
    margin-right: 20px;
}

.herba{
    background-image: url(herba.jpg);
}

.topo{
    background-image: url(topo2.jpg);
    background-position: center;
    background-size: contain;
    cursor:pointer;
}