@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Sistema de grilla y tipografía ligera para toda la página */
body {
  font-family: var(--font-fine, 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif);
  font-weight: 300;
}

.puenteboton{
  display: grid;
  place-items: center;
  gap: 1.5rem; /* espaciado vertical consistente */
  padding: 1.5rem;
  width: min(92vw, 980px);
  margin: 0 auto;
}

.puenteboton h1{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 400; /* fina moderna */
    letter-spacing: 0.3px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55), 0 0 10px rgba(0, 0, 0, 0.35);
}

@media (max-width: 600px) {
  .puenteboton h1{
    font-size: 1.05rem;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.38);
  }
}


 button{
    background-color: rgb(57, 238, 7);
    font-size: 20px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 30px;
padding: 10px;
color: rgb(255, 12, 12);
font-family: monospace;
    
    
    
}

h2{
     display: grid;
    place-items: center;
    padding: 1.5rem;
    color: aliceblue;
    font-weight: 300;

}




h3{
  color: aliceblue;
  padding: 1.5rem;
  font-weight: 300;
}

body {
  font-family: var(--font-fine, 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgb(0, 0, 0, 0.9)),
    url(../img/marcoacordeon.jpg);
  background-attachment: fixed;
  background-size: cover;
 background-position: center;
  /* min-height: 100%; */
}
