@charset "utf-8";
* {
    margin:0;
}
html {
  border: solid 1px chartreuse;
}
body {
  border: solid 1px black;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
    color: white;
    
   }

.naipes{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#tapete {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 5%;
  border: dashed 5px white;
  background-image:url(../imagenes/Tapete.jpg);
}
#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;
    color: aqua;
    }
.jugadora{
    border: solid 5px chartreuse;
    display: flex;
    flex-direction: column;
    justify-content: center;
       border-radius: 10px;
   background-color: black;
}

#banca {
  width: 35%;
  margin: auto;
  border: solid 8px chartreuse;
  
  text-align: center;
   /* display: flex;*/
    background-color:black;
    border-radius: 10px;

}

h1{
  margin: auto;
  color: yellow;
  border: solid 10px yellow;
    font-style: oblique;
    border-radius: 10px;


    

}
h2{
  margin: auto;
  color: chartreuse;
  border: solid 8px blue;
 border-radius: 10px;
text-decoration-line: ;
 
}

#naipe {
  width: 40%;
  margin-bottom: 5%;
  margin-top: 5%;
}

.naipeBanca{
    flex-direction: row;
    border-radius: 10px;
}


    
#imagen{
    display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 1%;
  border: dashed 1px ;
  background-image:url(../imagenes/A8OMS50.gif);

}



