@charset "utf-8";
* {
    margin:0;
}
html {
  border: solid 1px hotpink;

}d

body {
  border: solid 1px pink;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
   }

.naipes{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#tapete {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 5%;
  border: dashed 5px coral;
  background-image:url(https://previews.123rf.com/images/kotkoa/kotkoa1510/kotkoa151000266/47041295-sin-fisuras-patr%C3%B3n-de-flores-tropicales-flor-de-las-flores-la-naturaleza-de-fondo-ilustraci%C3%B3n-del-vector-.jpg);
  max-height: 550px;
  
}

#zonaBanca {
    border : dashed 3px lightblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 #zonaJugador{
    border : dashed 3px lightpink;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.jugadora{
    border: solid 3px salmon;
    display; flex;
}


#banca {
  width: 35%;
  margin: auto;
  border: solid 1px crimson;
  text-align: center;
}

h1{
  margin: auto;
  color: yellow;
  border: solid 1px firebrick;
}
h2{
  margin: auto;
  color: chartreuse;
  border: solid 1px blue;
 
}

#naipe {
  width: 40%;
  margin-bottom: 5%;
  margin-top: 5%;
}
