html, body {
    margin: 0;
    padding: 0;
    background-color: #2f4f30;
    color: white;
}

.titulo {
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px;
    font-size: 25px;
}

.text-center {
    background-color: #2f4f30;
}

.cartas{
    position: relative;
    width: 150px;
    left: 100px;
    margin-left: -75px;
}

#computadora-cartas,#jugador-cartas {
    height: 240px;
}
