body {
    display: flex;
    flex-direction: column;     /* apila los textos verticalmente */
    align-items: center;        /* centra horizontalmente */
    min-height: 100vh;              /* ocupa toda la pantalla */
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    overflow: visible;
    background-image: url('../img/background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.misxv {
    font-size: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(to bottom, #a092b9, #9492b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 10px 0;
    transform: translateX(250px); /* mueve 60px a la izquierda */
}

.selene {
    display: inline-block;
    padding: 0 30px;
    font-size: 300px;
    font-family: 'Great Vibes', cursive;
    font-weight: 500;
    font-style: normal;
    background: linear-gradient(to top, #d5baf1, #bdbaf1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: -160px 0;
    transform: translateX(-250px);
}

.padrinos {
    display: inline-block;
    padding: 0 30px;
    font-size: 75px;
    font-family: 'Comfortaa', serif;
    font-weight: 700;
    font-style: normal;
    color: #a092b9;
    text-align: center;
    margin: 20px 0;
    transform: translateY(70px);
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

.info {
    display: inline-block;
    padding: 0 30px;
    font-size: 45px;
    font-family: 'Comfortaa', serif;
    font-weight: 700;
    font-style: normal;
    color:#a092b9;
    text-align: center;
    margin: 50px 0;
    transform: translateX(0px);
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

.dia {
    display: inline-block;
    padding: 0 30px;
    font-size: 60px;
    font-family: 'Comfortaa', serif;
    font-weight: 400;
    font-style: normal;
    color:#a092b9;
    text-align: center;
    margin: 50px 0;
    transform: translateX(0px);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.numero {
    display: inline-block;
    padding: 0 30px;
    font-size: 70px;
    font-family: 'Parisienne', cursive;
    font-weight: 700;
    font-style: normal;
    color:#a092b9;
    text-align: center;
    margin: 0px 0;
    transform: translateX(0px);
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

.mes {
    display: inline-block;
    padding: 0 30px;
    font-size: 60px;
    font-family: 'Comfortaa', serif;
    font-weight: 400;
    font-style: normal;
    color:#a092b9;
    text-align: center;
    margin: 50px 0;
    transform: translateX(0px);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}


.dia::after, .mes::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #a092b9;
    opacity: 0.7;
}

.direccion {
    display: inline-block;
    padding: 0 30px;
    font-size: 40px;
    font-family: 'Comfortaa', serif;
    font-weight: 300;
    font-style: normal;
    color:#a092b9;
    text-align: center;
    margin: 0px 0;
    transform: translateX(-30px); 
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.boton {
  display: inline-block;
  background-color: #c3bdcd;
  color: #61507e;
  padding: 25px 35px;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'Comfortaa', serif;
  font-size: 30px;
  font-weight: 900;
  transition: background-color 0.3s;
  border: none;
  outline: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateX(-30px);
}

.boton:hover {
    background-color: #a092b9;
    color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

/* Estilo Para El Formulario*/
form {
  background-color: rgba(255, 255, 255, 0.0);
  padding: 20px;
  border-radius: 10px;
  width: 600px;
  margin: 20px auto;
  font-family: 'Comfortaa', serif;
  color: #a092b9;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

input, textarea {
  width: 90%;
  padding: 8px;
  margin: 5px 0 40px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-family: 'Comfortaa', serif;
  color: #61507e;
  font-weight: 700;
}

button {
  display: inline-block;
  background-color: #c3bdcd;
  color: #61507e;
  padding: 25px 35px;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'Comfortaa', serif;
  font-size: 30px;
  font-weight: 900;
  margin-top: 30px;
  transition: background-color 0.3s;
  border: none;
  outline: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

button:hover {
    background-color: #a092b9;
    color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.nota {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  margin: 30px;
  padding: 0 250px;
  color: #a092b9;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

/* Pantallas pequeñas */
@media (max-width: 600px) {
    .misxv{
        font-size: 50px;
        transform: translateX(60px); /* para que no se salga en móvil */
    }

    .selene{
        font-size: 75px;
        transform: translateX(-60px); /* para que no se salga en móvil */
        margin: -50px 0;
        font-weight: 500;
    }

    .padrinos {
        font-size: 35px;
        margin: 10px 0;
        transform: translateY(50px);
    }

    .info {
        font-size: 25px;
        margin: 50px 0;
        transform: translateX(-5px);
    }

    .dia {
        font-size: 40px;
        transform: translateX(30px);
        margin: 20px;
    }

    .numero {
        font-size: 40px;
        transform: translateX(100px);
        margin-top: 10px 0;
    }

    .mes {
        font-size: 40px;
        transform: translateX(15px);
        margin: 10px;
    }

    .direccion {
        font-size: 25px;
        margin: 10px 0;
        transform: translateX(-5px);
    }

    .boton {
        font-size: 25px;
        transform: translateX(-5px);
    }

    form {
        font-size: 20px;
        width: 290px;
        transform: translateX(-10px);
    }

    button {
        font-size: 25px;
        transform: translateX(-5px);
        padding: 10px 25px;
    }

    .nota {
        font-size: 20px;
        margin: 0px 0;
        padding: 0 10px;
        transform: translateX(-5px);
    }
}
