/* latin-ext */
@font-face {
    font-family: 'Gilda Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/gildadisplay/v18/t5tmIRoYMoaYG0WEOh7HwMeR3TDPr6OH.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Gilda Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/gildadisplay/v18/t5tmIRoYMoaYG0WEOh7HwMeR3T7Prw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    /* Essential for 100vh on some mobile browsers */
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    height: auto;
    padding: 10px;
    background-color: #fff;
    font-family: 'Gilda Display';
    color: #9D6874;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

}

p {
    text-indent: 30px;
    padding: 0;
    margin: 0;
    text-align: justify;
}

a {
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.linksBox {
    padding: 30px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.linksBoxImg {
    display: block;
    width: 100px;
    height: auto;
}


.inviteBox {
    max-width: 1024px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.inviteImg {
    width: 100%;
    display: block;
}


.inviteSplashImg {
    max-width: 500px;
    max-height: 500px;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.inviteSplashDiv {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.inviteSplashDivRow {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.inviteSplashBtn {
    width: auto;
    height: auto;
    padding: 10px 16px;
    border-radius: 20px;
    border: 1px solid #9D6874;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width: 767px) {}