.game-table { width: 660px; height: 660px; margin: 0 auto; background-image: url("../imgs/fia.png"); background-size: contain; border-collapse: separate; padding: 0; border-spacing: 0; opacity: 1; } .game-table tr { padding: 0; margin: 0; } .game-table td { margin: 0; padding: 0; width: 60px; height: 60px; border-collapse: separate; } #timer { height: 80px; width: 160px; border: 2px solid red; } #dice { margin: 50px auto; height: 100px; width: 100px; background-size: contain; } .dice-1 { background-image: url("../imgs/dice-1.png"); } .dice-2 { background-image: url("../imgs/dice-2.png"); } .dice-3 { background-image: url("../imgs/dice-3.png"); } .dice-4 { background-image: url("../imgs/dice-4.png"); } .dice-5 { background-image: url("../imgs/dice-5.png"); } .dice-6 { background-image: url("../imgs/dice-6.png"); } .player-name :nth-child(even) { float: right; } .chequer { background-size: contain; border-radius: 50%; font-size: 30px; color: black; -webkit-text-stroke: 5px black; } .chequer-red { background-image: url("../imgs/chequer-red.png"); border: 4px solid black; } .chequer-blue { background-image: url("../imgs/chequer-blue.png"); border: 4px solid black; } .chequer-green { background-image: url("../imgs/chequer-green.png"); border: 4px solid black; } .chequer-yellow { background-image: url("../imgs/chequer-yellow.png"); border: 4px solid black; } .chequer-white { background-color: white; border: 4px solid black; } .chequer-pink { background-color: rgb(255, 0, 200); border: 4px solid black; }