body {
    text-align: center;
    background-color: black;
    color: #f3f3f3;
    font-family: Verdana;
    font-size: 2em;
}

.case {
    display: inline-block;
    border: grey 2px solid;
    width: 146px;
    height: 146px;
}

.case:hover {
    background-color: rgb(143,143,143);
    box-shadow: 0 0 20px 2px rgb(143,143,143);
}

.selectedcase {
    background-color: rgb(243,243,243);
}

.player1 {
    border-color: blue;
    box-shadow: 0 0 10px 1px blue;
}

.player2 {
    border-color: red;
    box-shadow: 0 0 10px 1px red;
}

.caseimg {
    text-align: center;
}

#ligne1 {
}