@font-face {
    font-family: 'shrekregular';
    src: url('../font/shrek___-webfont.woff2') format('woff2'),
        url('../font/shrek___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media screen and (max-width: 740px) {
    header h1 {
        font-size: 4rem;
        line-height: 3rem !important;
    }

    header .shrek {
        font-size: 3rem !important;
    }

    header {
        background-position: 54% top !important;
    }

    .intro {
        padding-top: 0 !important;
    }

    .intro p {
        margin-bottom: 10% !important;
    }

    .fotos {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10%;
    }

    section.intro {
        margin-bottom: 5%;
    }

    .intro .fotitos {
        width: 90% !important;
        height: 45vw !important;
        margin-bottom: 5%;
    }

    section.map {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        height: auto !important;
        padding: 10%;
    }

    .map .container {
        width: 100% !important;
        margin: 0 !important;
    }

    .know {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .cards .card {
        width: 90% !important;
        height: 200px !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5% !important;
    }

    .ribbon {
        width: 100%;
    }

    .forms {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .forms .form-box {
        width: 90% !important;
    }

    .cat,
    .donkey {
        display: none !important;
    }

    #present .map .present-item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        width: 100%;
        gap: 1rem;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    #present .map .present-item {
        text-align: left !important;
    }

    #present .map .present-item .present-desc {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    #present .intro p {
        width: 90% !important;
    }
    #present .intro svg {
        margin-top: 2rem !important;
    }
    #present .intro h2 {
        font-size: 2rem !important;
    }

}

html,
body {
    font-family: 'Playfair Display', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background: rgb(247, 242, 237);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 237, 1)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(247, 242, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(247, 242, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    position: relative;
}

.intro p,
.rsvp p {
    line-height: 150%;
    font-size: 1.1rem;
    word-spacing: .2rem;
    margin-bottom: 5%;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    width: 120ch;
    max-width: 100%;
    text-rendering: optimizeLegibility;

}

.intro p[lang="es"],
.rsvp p[lang="es"] {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

header {
    height: 98vh;
    min-height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98vw;
    margin: 0 auto;
    font-size: 4rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    padding: 1vw 1vw 0 1vw;
    background-position: center center;
    z-index: 2;
}

p.down {
    z-index: 10;
    position: absolute;
    top: 92vh;
    left: 50%;
    font-size: 1.5rem;
    padding-bottom: 7rem;
}

.container {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(66, 41, 20, 0.4);
    mix-blend-mode: multiply;
    border-radius: 1rem 1rem 0;
}

header::before {
    content: "";
    position: absolute;
    left: 0;
    height: 20vh;
    width: 100%;
    z-index: 1;
    background: rgb(247, 242, 237);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 237, 0)), to(rgba(247, 242, 237, 1)));
    background: -o-linear-gradient(top, rgba(247, 242, 237, 0) 0%, rgba(247, 242, 237, 1) 100%);
    background: linear-gradient(180deg, rgba(247, 242, 237, 0) 0%, rgba(247, 242, 237, 1) 100%);
    -webkit-filter: blur(50%);
    filter: blur(50%);
}

header h1 {
    line-height: 6rem;
    color: #EAE3DD;
    position: relative;
    margin: 0;
    padding-bottom: 2rem;
    font-family: 'Allura', cursive;
    letter-spacing: -3px;
}

header h1 span .e {
    padding-left: 10vw;
}

.shrek {
    font-family: 'shrekregular', 'Allura', cursive;
    line-height: 100%;
}

.container-shrek {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(20, 66, 43, 0.4);
    mix-blend-mode: multiply;
    border-radius: 1rem 1rem 0;
}

header .names {
    position: absolute;
    mix-blend-mode: plus-lighter;
    opacity: .9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-shadow: 2px 4px 5px black;
}

header .names p {
    font-size: 1.5rem;
    color: rgb(184, 184, 184);
    margin: 0;
    padding-bottom: 5rem;
    line-height: 3rem;

}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 480px;
    width: 80vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10vw;
    margin: 10rem auto;
    max-width: 1440px;
}

.intro {
    padding-top: 3rem;
}

.intro h2 {
    font-size: 2.5rem;
}

.fotos {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 8%;
    width: 100%;
}

.fotitos {
    width: 30%;
    height: 15vw;
    background-color: #EED1C6;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center center;
}

.intro .fotitos:nth-child(1) {
    background-image: url('../img/nacho/cole1.jpeg');
}

.intro .fotitos:nth-child(2) {
    background-image: url('../img/nacho/prop1.jpeg');
}

.intro .fotitos:nth-child(3) {
    background-image: url('../img/nacho/grow1.jpeg');
}

.fotos img {
    border-radius: .5rem;
}

#place::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('https://cdn0.matrimonios.cl/vendor/4459/original/1920/jpg/altos-de-monardez-62_8_114459-169643349568508.webp');
    background-position: center center;
    background-size: cover;
    border-radius: 1.5rem;
}

#time::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url('https://images.unsplash.com/photo-1428660285748-340f4e33d608?auto=format&fit=crop&q=80&w=3774&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-position: center center;
    background-size: cover;
    border-radius: 1.5rem;
}

section.map {
    position: relative;
    height: 80vh;
    min-height: 480px;
    margin: 5rem auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
}

.map .container {
    width: 80%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4rem auto;
    height: 30vw;
    background-color: rgb(198, 218, 207);
    border-radius: 1.5rem;
    color: rgb(39, 50, 44);
    mix-blend-mode: normal;
    z-index: 1;
    font-size: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 420px;
    position: relative;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
}

.map .container:last-of-type {
    background-color: rgba(228, 215, 208, 0.85);
}

.map span {
    line-height: 1rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    mix-blend-mode: color-burn;
    opacity: .75;
    text-transform: uppercase;
}

.map p {
    margin: 0;
    mix-blend-mode: color-burn;
}

.map p.description {
    font-size: 1.2rem;
    margin: 0 0 2rem;
}

.map svg {
    height: 4rem;
    margin-bottom: 2rem;
}

a.button, #modal button {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    padding: .8rem 1.5rem;
    color: white;
    font-size: 1.1rem;
    border-radius: .8rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: relative;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    outline: none;
    border: none;
}

a.button:hover, #modal button:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

section.cards {
    margin: 8rem auto !important;
}

.cards .card {
    background-color: #f5edea;
    width: 20%;
    padding: 2% 1%;
    border-radius: 1rem;
    margin-bottom: 3%;
}

.know {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.card svg {
    height: 1.5rem;
    fill: white;
}

.card .icon {
    background-color: #C0836C;
    border-radius: 100%;
    height: 3rem;
    width: 3rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card .title {
    font-size: 1.3rem;
    font-weight: bold;
    margin: .5rem auto;
}

.card p {
    margin: 0;
    font-family: 'Noto Serif', serif;
}

.card a:link,
.card a:visited {
    font-weight: 500;
    color: #9e4c2f;
}

.rsvp {
    width: 60%;
    margin: 20% auto;
}

.rsvp p {
    margin-bottom: 3rem;
}

.rsvp h2 {
    font-size: 2rem;
    margin-bottom: 2%;
}

.forms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: auto;
}

.forms h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.forms .form-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 40%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5%;
    border-radius: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

.forms .form-box svg {
    height: 4rem;
}

.forms .form-box a {
    margin-top: auto;
}

.forms .form-box p {
    font-family: 'Noto Serif', serif;
    word-spacing: .1rem;
    text-rendering: optimizeLegibility;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-animation-timing-function: cubic-bezier(0, 0.8, 1, 0.2);
        animation-timing-function: cubic-bezier(0, 0.8, 1, 0.2);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-animation-timing-function: cubic-bezier(0, 0.8, 1, 0.2);
        animation-timing-function: cubic-bezier(0, 0.8, 1, 0.2);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-animation-timing-function: cubic-bezier(0, 0.8, 1, 0.2);
        animation-timing-function: cubic-bezier(0, 0.8, 1, 0.2);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-animation-timing-function: cubic-bezier(0, 0.8, 1, 0.2);
        animation-timing-function: cubic-bezier(0, 0.8, 1, 0.2);
    }
}

.bouncing {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    gap: 2rem;
    color: #CB8067;
    background: transparent;
}

.donkey {
    position: fixed;
    bottom: 5%;
    right: 10%;
    z-index: 1;
    opacity: .1;
    height: 220px;
    mix-blend-mode: multiply;
}

.cat {
    position: fixed;
    top: 5%;
    left: 10vw;
    z-index: 1;
    opacity: .1;
    height: 120px;
    mix-blend-mode: multiply;
}

#present {
    background: rgba(247, 242, 237, 1);
}

#present .intro {
    margin: 0rem auto;
    background-image: url("../img/trumpets.jpeg");
    background-size: cover;
    height: 40vh;
    min-height: 640px;
    position: relative;
    color: black;
    padding-top: 0;
    background-position: top center;
    /* padding: 0 5% 0; */
}

#present .intro .container {
    width: 100vw;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    mix-blend-mode: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#present .intro::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgb(247, 242, 237);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 237, 0.2)), to(rgba(247, 242, 237, 1)));
    background: -o-linear-gradient(top, rgba(247, 242, 237, 0.2) 0%, rgba(247, 242, 237, 1) 100%);
    background: linear-gradient(180deg, rgba(247, 242, 237, 0.2) 0%, rgba(247, 242, 237, 1) 100%);
    -webkit-filter: blur(50%);
    filter: blur(50%);
}


#present .intro svg {
    height: 64px;
}

#present .intro svg,
#present .intro h2,
#present .intro p {
    z-index: 11;
    text-shadow: 0px 0px 24px rgba(247, 242, 237, 0.5);
}
#present .intro p {
    max-width: 85ch;
    width: 90%;
}

#present .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5rem auto;
    height: auto;
    flex-flow: wrap;
}

.back {
    width: 100%;
    background: rgba(247, 242, 237, .5);
    position: absolute;
    z-index: 10;
    padding: .75rem 0;
    display: none;
}

.back a:link,
.back a:visited {
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

#present .map .present-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2rem;
    width: 75%;
    max-width: 440px;
    border-radius: 1rem;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
}

#present .map .present-item:nth-child(even) {
    background-color: #9cbfab50;
}

#present .map .present-item:nth-child(odd) {
    background-color: #E6B09E50;
}

#present .map .present-item img {
    height: 140px;
    border-radius: .5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 140px;
}

#present .map .present-item .present-desc h4 {
    margin: 0 0 .5rem 0;
    font-size: 1.5rem;
    text-align: left;
}

#present .map .present-item .present-desc p {
    margin: 0 0 1rem 0;
    font-family: 'Noto Serif', serif;
    text-align: left;
    line-height: 150%;
}

#present .map .present-item .present-desc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#present a.button {
    background-color: rgba(69, 5, 5, 0.8);
    font-size: 1rem;
}

#present .forms {
    max-width: 80vw;
    font-family: 'Noto Serif', serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

#present .forms p {
    line-height: 150%;
    font-size: 1.1rem;
    word-spacing: .2rem;
    max-width: 85ch;
}

#present .map .present-item:nth-child(even) a.button {
    background-color: #395345;
}

#present .forms a.button {
    font-size: .95rem;
    background-color: rgba(0, 0, 0, 0.02);
    color: black;
    font-weight: 600;
    border: 1.5px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#present section {
    max-width: none;
    width: 90vw;
    padding: 0 5vw;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    max-width: 480px;
    height: fit-content;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 1rem;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal button {
    font-size: 1rem;
    cursor: pointer;
}
#copyMessage {
    margin-top: 1rem;
    font-weight: 600;
    font-size: .8rem;
}