.logo {
    display: block;
     max-width: 110%;
    height: auto;
    background-color: #fff;
}


header {
      text-align: center;
      padding: 0.5rem 1rem;
      background: linear-gradient(#fddde6, #f9e6ee);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      margin: 0 auto;
      max-width: 900px;
      margin-bottom: 20px;
      margin-block: 1.5rem

    }
    
 h1 {
      font-family: 'Brush Script MT', cursive;
      color: #a42a6d;
      margin-bottom: 20px;
      font-size: 2.5rem;
      text-shadow: 1px 1px 3px #fff;
      text-align: center;
    }
h3{
    font-family: 'Times New Roman', Times, serif;
      color: #a42a6d;
      margin-bottom: 30px;
      font-size: 1.5rem;
      text-shadow: 1px 1px 3px #fff;
      text-align: center;
}

   /* Botones */
header nav ul li a{
 background: #f9c4d2;
  border-radius: 20px;
  padding: 10px 40px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4a7c59;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav ul li a:hover{
  background: #a96e9c;
  color: #ffffff;
  box-shadow: 0 0 10px #ffffff, 0 0 20px #a96e9c;
}

ul.sin-puntos {
    list-style: none; 
    padding-left: 0;   
    margin: 0;     
  padding: 10px;
  border-radius: 15px;
  width: 400px;      
  margin: 10px auto; 
  text-align: center; 
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

section ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #4a7c59;
    text-align: center;
}

 footer {
      text-align: center;
      font-size: 0.9rem;
      padding: 2rem;
      background: #fddde6;
      color: #5e3d3d;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
