body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    background-color: #121212;
    color: #ffffff;
}
header {
    background-color: #1e1e1e;
    padding: 20px;
    text-align: center;
}
header h1 {
    font-size: 2.5rem;
    margin: 0;
}
.intro-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 20px;
}
.intro-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.intro-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 600px;
}
.cta-button {
    margin-top: 30px;
    padding: 15px 30px;
    font-size: 1rem;
    color: #121212;
    background-color: #ffcc00;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #e6b800;
}
.crypto-images {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}
.crypto-images img {
    width: 100px;
    height: 100px;
    animation: float 3s infinite ease-in-out;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.date-time {
    margin-top: 30px;
    font-size: 1.2rem;
}
.btc-counter {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: bold;
}
.global-presence {
    margin-top: 50px;
    text-align: center;
}
.global-presence h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.global-presence img {
    width: 80%;
    max-width: 800px;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.vendor-login {
    text-align: center;
    margin-bottom: 50px;
}
.vendor-login h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.vendor-login a {
    padding: 15px 30px;
    font-size: 1rem;
    color: #121212;
    background-color: #00ccff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.vendor-login a:hover {
    background-color: #0099cc;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 553px;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 553px;
}
.gmap_iframe {
    height: 553px !important;
}

.leaflet-bottom.leaflet-right {
    display: none !important;
}

.news-app-promo {
    box-sizing: border-box;
    background-color: #000;
    padding: 0.5em;
    margin-top: 1em;
}

.news-app-promo__section {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.news-app-promo-text {
    color: #fff;
    font-family: helvetica;
    min-width: 277px;
    border-right: 0.25em solid #fff;
    border-left: 0.25em solid #fff;
    padding: 0 1em;
    width: 35%;
    margin: 1em auto;
    display: block;
}

.news-app-promo-text__tagline {
    font-size: 1.09em;
}

.news-app-promo-text__download {
    font-size: 2.25em;
    font-weight: 600;
}

.news-app-promo-buttons {
    margin: 0 auto;
    max-width: 35%;
    display: block;
}

.news-app-promo-buttons__buttons {
    display: block;
}

.news-app-promo-buttons__logo {
    display: inline-block;
}

.news-app-promo-subsection {
    display: inline-block;
    margin: 0 auto;
    margin-right: 10px;
}

.news-app-promo__bbc-logo {
    display: inline-block;
    width: 106px;
    margin-bottom: 8px;
}

.news-app-promo__play-store,
.news-app-promo__app-store {
    display: block;
    width: 161px;
    height: auto;
    margin-bottom: 8px;
}

.news-app-promo-subsection--link {
    text-decoration: none;
    border: 0;
}
