
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

body {
  font-family: Arial, sans-serif;
  background-image: url("../fondos/14666-superheroes.jpg");
  background-attachment: fixed;
  background-size: cover;
}

button{
  background-color: #3498db;
  color: white;
  font-size: 15px;
  padding: 2px 10px;
}

#superheroInput{
  width: 130px;
}

.container {
  padding-top: 20px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

table {
  margin-top: 20px;
  border-collapse: collapse;
  background-color: rgba(2, 115, 44, 0.7);
  border-radius: 10px;

}

td:first-child {
  border-bottom: 1px solid #000;
  padding: 10px;
  color: white;
}

td:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}

td:last-child {
  border-bottom: 1px solid #000;
  padding: 10px;
}

tr:last-child td:first-child, tr:last-child td:nth-child(2), tr:last-child td:last-child{
  border-bottom: 1px solid #0000;
  padding: 10px;
  color: white;
}
/*CABECERA*/

.cab {
  display: flex;
  max-width: 400px;
  height: 100px;
  margin: 0 auto;
  align-items: end;
  justify-content: left;
  border: 1px solid #ccc;
  border-radius: 15px;
  background-image: url("../fondos/cab.png");

}

#nombre {
  padding: 10px;
  color: red;
  font-size: 30px;
  font-family: 'Permanent Marker', cursive;
}
/*MODAL*/
#miModal {
  background-image: url(../fondos/f2.webp);
  padding: 0;
  font-weight: 900;
}

#fondoModal {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -20px
}

#mImg {
  width: 70%;
  margin-bottom: 10px;
}
