@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/83891725-fondo-de-c%C3%A9sped-campo-de-f%C3%BAtbol-de-hierba-verde-patr%C3%B3n-de-fondo.jpg);
  max-height: 10000px;
}


#zonaBanca {
    border : dashed 3px pink;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 #zonaJugador{
    border : dashed 3px purple;
    display: flex;
    flex-direction: row;
    justify-content: center;
     background-image: url(../imagenes/Tapete.jpg);
}

.jugadora{
    border: solid 3px purple;
    display; flex;
}


#banca {
  width: 35%;
  margin: auto;
  border: solid 1px red;
  text-align: center;
}

h1{
  margin: auto;
  color: yellow;
  border: solid 1px;
}

h2{
  margin: auto;
  color: yellow;
  border: solid 1px green;
 
}

#naipe {
  width: 40%;
  margin-bottom: 5%;
  margin-top: 5%;
}
