body {
  background: #fffafc url("Captura de pantalla 2025-08-25 a las 9.57.57.png") repeat;
  font-family: "Comic Sans MS", cursive, sans-serif;
  margin: 0;
  padding: 20px;
}

.contenedor {
  background: #fff;
  border: 4px solid pink;
  border-radius: 15px;
  width: 700px;
  margin: 0 auto;       
  padding: 20px;
  box-shadow: 0 0 10px #f8cce5;
}


h1 {
  text-align: center;
  color: hotpink;
  font-family: "Canela text";
  padding: 80px;
  font-size: 60px;
}

.text-box {
  background-color: ghostwhite; 
  color: black; 
  border: 4px hotpink;
  margin: 6% auto;
  padding: 15px;
  width: 500px;
  height: 80px; 
  border-radius: 0px; 
  justify-content: center;
  margin-left: 80px; 
  font-size: 15px;
}

.banner {
  background: url("Captura de pantalla 2025-08-25 a las 9.37.29.png") no-repeat center;
  background-size: cover; 
  margin: 0 auto;  
  width: 1000px;
  height: 100px;
  display: flex;
  justify-content: center; 
  align-items: center;     
  color: white;            
  font-size: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 4px black; 
}


.foto {
  width: 200px;     
  margin-left: 50px; 
  margin-top: 20px; 
  border: 2px dashed pink;
  border-radius: 10px;}


a {
  color: #ff66aa;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}
