@charset "utf-8";
* {
  margin:0;

}
body {
  border: solid 1px blue;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.imagenes
.naipes{
    display:flex;
    flex-direction:row;
    justify-content: center;
    border: dashed 1px;
    margin:auto;
    height: 90%;
    width: 97.8%;
}

#tapete {
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  margin: 2%;
  border: solid 15px blue;
  background-image:url(Tapete.png);
  
}
#zonaBanca{
    border: solid 12px blue;
    display:inline-block;
    flex-direction:column;
    justify-content: center;
    
}
#zonaJugador{
    border: solid 5px green;
    display: flex;
    flex-direction: row;
    justify-content: center
   

.jugadora
    border: solid 3px orange;
    display:inline-flex;
    flex-direction:column;
    justify-content: center;
    height:90% ;
    margin: auto;
    width: 99%;
   
}
#banca {
  width: 90%;
  margin: auto;
  border: solid 1px yellow;
  text-align: center;
  height: 90% 
}

h1{
  margin: auto;
  color: yellow;
  border: solid 3px yellow;
}
h2{
  margin:auto;
  color: chartreuse;
 
}

#naipe {
  width: 10%;
  margin-bottom: 5%;
  margin-top: 2%;
}

#naipe Banca