body{
    font-size: 30px;
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pointer{
    cursor: pointer;
}
.winner{
    background-image: url('../img/ganador.png');
    padding: 47px;
    color: white;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}
.game img {
    width: 100%;
}
