body {
      margin: 0;
      font-family: 'Georgia', serif;
      background: #fdfdfd;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      position: relative;
    }

    .invitacion {
      width: 90%;
      max-width: 400px;
      background: #fff;
      padding: 2em;
      border-radius: 18px;
      box-shadow: 0 8px 32px rgba(68, 45, 71, 0.18), 0 1.5px 8px rgba(0,0,0,0.08);
      text-align: center;
      background-size: cover;
      background-position: top;
      position: relative;
      z-index: 2;
    }

    .error-invitacion {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 24px;
      text-align: center;
      background: #fdfdfd;
    }

    .error-invitacion p {
      max-width: 320px;
      font-family: 'Quicksand', sans-serif;
      font-size: 15px;
      line-height: 1.6;
      color: #6D4874;
    }

    .subtexto {
        text-align: center;
        font-size: 20px;
        color:  #6D4874;
        margin-left: 20px;
        margin-right: 20px;
        font-family: "Quicksand";
    }

    .familia {
      font-weight: bold;
      font-size: 1.1em;
      margin-bottom: 2em;
    }

    .boton {
      background: #CAA9C4;
      color: black;
      padding: 0.8em 1.5em;
      border: none;
      border-radius: 8px;
      font-size: 1em;
      cursor: pointer;
      transition: background 0.3s;
    }

    .boton:hover {
      background: #6D4874;
    }

    h1{
    text-align: center;
    font-size: 40px;
    color: #442D47;
    font-family: "Aboreto";
    font-weight: bolder;
    }

    .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
    }

    .material-symbols-outlined.relleno {
    font-size: 36px;
    font-variation-settings:
    'FILL' 1,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24
    }

    .material-symbols-outlined:not(.relleno) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 48px;
        color: #442D47;
    }

    .novia-con-fondo, .novio-con-fondo {
        position: fixed;
        top: 0;
        z-index: 10;
        display: flex;
        pointer-events: none;
    }

    .novia-con-fondo {
        right: 0;
    }

    .novio-con-fondo {
        position: fixed;
        bottom: -500px;
        left: 0;
        z-index: 10;
        pointer-events: none;
    }

    .novia-con-fondo .imagen,
    .novio-con-fondo .imagen {
        width: 140px;
        height: auto;
        object-fit: contain;
        display: block;
    }

    h1.novia{
        text-align: center;
        font-size: 69px;
        color: #442D47;
        font-family: "Mea Culpa";
        font-weight: normal;
    }

    div.container3{
    width: 100%;
    height: 100%;
    background-color: transparent;
    margin: 30px 0;
    }

    .audio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
}

.audio-label {
    color: #442D47;
    font-family: "Quicksand";
    font-size: 16px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.audio-btn {
    background: #CAA9C4;
    border: none;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    font-size: 2rem;
    color: #442D47;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px #442D4722;
    transition: background 0.2s, transform 0.2s;
}
.audio-btn:hover {
    background: #6D4874;
    color: #fff;
    transform: scale(1.08);
}