table td {
    border: 5px solid rgb(61, 60, 60);
    width: 75px;
    height: 75px;
    background-color: rgb(42, 86, 206);
    text-align: center;
    font-size: 25px;
}

table {
    border-collapse: collapse;
    margin: auto;
}

.isBomb {
    background-image: url('images/Bomb.png');
    background-size: cover;
}

.paint {
    background-color: rgb(182, 172, 31);
    background-image: none;
    font-size: 0px;
}

.explosion  {
    background-image: url('images/explosion.gif');
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.flag {
    background-color: black;
}

body{
    background-image: url('images/fond.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}

#timer{
    max-width: 100px;
    color: rgb(99, 162, 221);
    font-size: 50px;
}
