.blue-background {
    background-color: #0088ff !important;
}
  
.chiron-goround-tc, p, h1, h2, h3, h4, h5, h6, footer {
    font-family: "Chiron GoRound TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.btn {
    padding: 10px 20px; /* Vertical and horizontal padding */
    border-radius: 50px; /* Large value to round left/right sides */
    display: inline-flex; /* Center content, keep inline flow */
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    margin-top: 14px;
}

.navbar-brand:hover {
    font-weight: bold;
    color: #FFD700;
}

.borel-regular {
    font-family: "Borel", cursive;
    font-weight: 400;
    font-style: normal;
}

.delius-regular {
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
}
  
.nav-item a {
    color: white;
}

.nav-item a.active, .nav-item a:hover, .nav-item i:hover, .nav-item a.active i {
    color: #13e07e !important;
}

.nav-item a.active:hover, .nav-item a.active i:hover {
    font-weight: bold;
    color: #ec1f81 !important;
}   

.nav-item i {
    color: white;
}

a {
    text-decoration: none;
}

#response-msg {
    overflow-wrap: anywhere;
}

p {
    overflow-wrap: anywhere;
}

.sm-notifations {
    display: none;
    position: absolute;
    top: 14px;
    right: 72px;
}

.sm-notifations .navbar-nav {
    flex-direction: row;
}

.coins, #verified-logo {
    height: 20px;
}

footer {
    background-color: #00ff81;
}

footer a:hover {
    color: black !important;
    font-weight: bold;
}

@media (max-width: 987px) {
    .sm-notifations {
        display: block;
    }

    .lg-notifations {
        display: none;
    }
}