/* 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 {
    scroll-behavior: smooth;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: url('https://quentalnoronha.com/Melbin-Karishma/assets/images/bkground-360.png');
    background-repeat: repeat;
    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;
}

a {
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.floaterMain {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    font-family: 'Lato';
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.floaterMainBox {
    width: 300px;
    height: auto;
    background-color: white;
    border-radius: 13px;
    border: 3px solid olivedrab;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.floaterMainBoxImg {
    border-radius: 10px 10px 0px 0px;
    display: block;
    width: 100%;
    height: auto;
}

.floaterMiniBox {
    width: fit-content;
    height: auto;
    padding: 30px 15px;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.floaterMainBtn {
    width: 60%;
    height: auto;
    padding: 10px 20px;
    background-color: white;
    border: 2px solid #9D6874;
    border-radius: 5px;
    text-align: center;
}

.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";
}

.linksBoxA {}

.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;
}

@media screen and (max-width: 767px) {}