
#root,
#root>div,
body,
html {
    height: 100%;
    display: flex;
    flex-direction: column
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center
}


.neonText {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #0073e6, 0 0 20px #0073e6, 0 0 15px #0073e6, 0 0 10px #0073e6, 0 0 15px #0073e6
}

h1 {
    font-size: 66px !important;
    font-family: "Warnes", "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    line-height: 70px;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

h1,
h2 {
    color: #fff;
    font-weight: 700
}

h2 {
    font-size: 34px !important;
    font-family: "04b03", "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    line-height: 40px
}

.highlight {
    color: #e9d985
}

.gameText {
    font-size: 34px;
    font-family: "04b03", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    line-height: 39px;
    color: #333;
    font-weight: 700;
    padding: 30px;
    text-shadow: 0 0 5px #fff, 0 0 2px #fff, 0 0 10px #fff
}

.helpText {
    font-family: "04b03", "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px !important;
    color: #333
}

.homepageHero {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-grow: 1
}

.buyButton {
    background: linear-gradient(180deg, #bf953f, #fcf6ba, rgba(179, 135, 40, .8), #aa771c);
    font-family: "04b03", "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    min-width: 150px;
    min-height: 60px;
    border-color: #fff !important;
    border-width: 1px !important;
    font-size: 25px !important
}

.token0 {
    background: linear-gradient(180deg, #2b1500, #2b1500, rgba(43, 21, 0, 0), #2b1500);
    color: #fff
}

.token0:hover {
    background: linear-gradient(180deg, rgba(43, 21, 0, 0), rgba(43, 21, 0, 0), rgba(43, 21, 0, 0), #2b1500);
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #0073e6, 0 0 20px #0073e6, 0 0 15px #0073e6, 0 0 10px #0073e6, 0 0 15px #0073e6
}

.token1 {
    background: linear-gradient(180deg, #113a07, #113a07, rgba(17, 58, 7, 0), #113a07);
    color: #fff
}

.token1:hover {
    background: linear-gradient(180deg, rgba(17, 58, 7, 0), rgba(17, 58, 7, 0), rgba(17, 58, 7, 0), #113a07);
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #0073e6, 0 0 20px #0073e6, 0 0 15px #0073e6, 0 0 10px #0073e6, 0 0 15px #0073e6
}

.socialButton {
    font-family: "04b03", "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    min-width: 150px;
    min-height: 60px;
    border-color: #fff !important;
    border-width: 1px !important;
    font-size: 25px !important
}

.socialButton:hover {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #0073e6, 0 0 20px #0073e6, 0 0 15px #0073e6, 0 0 10px #0073e6, 0 0 15px #0073e6
}

Table {
    font-family: "04b03", "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif
}

.currency {
    font-family: "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif
}

.link {
    color: #4472ca;
    text-decoration: none
}

.paragraphText {
    font-family: "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 28px !important;
    color: #fff
}

.coinCard {
    border: 1px solid #fff;
    padding: 30px;
    background-color: #e9d985;
    border-radius: 50%
}

.listRow {
    margin-bottom: 30px;
    font-family: "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 22px
}

.firstLoad {
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #000
}

.alert {
    font-family: "04b03", "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 22px
}

.navbarCustom {
    margin-bottom: 0
}

.navbar-toggler .navbar-toggler-icon {
    background-color: #ccc
}

.nav-item {
    padding: 0 10px;
    background-color: #333
}

.navbarCustom .nav-brand {
    font-family: "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    color: #fff;
    font-size: 30px
}

.nav-item .nav-link {
    color: #fff;
    font-family: "04b03", "Bowlby One SC", "Open Sans", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif
}

.nav-item .nav-link:hover {
    color: #e9d985
}

.footerContainer {
    background-color: #666;
    border-top: 1px solid #ccc;
    margin-top: 50px
}

.footer {
    color: #333
}

.footerHeading {
    color: #ddd;
    font-weight: 700;
    font-family: "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin-bottom: 10px
}

.footerlist {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

.footerlist li {
    padding: 4px 4px 4px 20px;
    display: inline-block
}

.footerlist li a {
    color: #fff
}

.footerlist li a,
.footerLogo {
    font-family: "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}

.footerLogo {
    font-weight: 700;
    color: #ddd;
    font-size: 30px
}

.footerAppstoreIcons img {
    height: 38px;
    margin: 10px 10px 10px 0
}

/*# sourceMappingURL=main.eff95722.chunk.css.map */