@charset "utf-8";
html {
  border: solid 2px pink;

}
body {
  border: solid 3px black;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-image:url(../imagenes/Tapete.jpg);
}
.naipes{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#tapete {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 2%;
  border: dashed 5px white;
  background-image:url(../imagenes/maderamarron.jpg);
}

#zonaBanca{
    border: dashed 3px green;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#zonaJugador{
    border : dashed 3px cornflowerblue;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.jugadora{
    border: solid 3px orange;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#banca {
  width: 35%;
  margin: auto;
  border: dashed 2px white;
  text-align: center;
}

h1{
  margin: auto;
  color: black;
}
h2{
  margin: auto;
  color: midnightblue;
  border: solid 2px white;
}

#naipe {
  width: 40%;
  margin-bottom: 5%;
  margin-top: 5%;
}
