@charset "utf-8";
html {
  border: solid 1px chartreuse;

}d

body {
  border: solid 1px black;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
   }
.naipes{
    display:flex;
    flex-direction: column;
    
}
.naipeBanca{
    display:flex;
    flex-direction:column;
    
}

#tapete {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 5%;
  border: dashed 5px white;
  background-image:url(../imagenes/flores%20rosas.jpg);
  max-height: 10000px;
}


#zonaBanca {
    border : dashed 3px pink;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 #zonaJugador{
    border : dashed 3px pink;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.jugadora{
    border: solid 3px deeppink;
    display; flex;
}


#banca {
  width: 35%;
  margin: auto;
  border: solid 1px red;
  text-align: center;
}

h1{
  margin: auto;
  color: black;
  border: solid 1px deeppink;
}
h2{
  margin: auto;
  color: black;
  border: solid 1px deeppink;
 
}

#naipe {
  width: 40%;
  margin-bottom: 5%;
  margin-top: 5%;
}
