a {
    text-decoration: none !important;
    outline: none;
    color: white;
    z-index: 1;
}

h2 {
    text-align: center;
}

.earth {
    margin-top: -540px;
}

span:hover {
    color: blue;
}

a.ex1:hover,
a.ex1:active {
    color: red;
}

a.ex2:hover,
a.ex2:active {
    font-size: 100%;
}

/* FOOTER */
footer {
    width: 100%;
    background-color: #140747;
    color: #fff;
}

.top_header {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top_header section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.top_header span {
    padding: 0 1rem;
}

.top_header .fa {
    color: #ffbe00;
    font-size: 35px;
}

footer .border-shape {
    width: 40%;
}

footer .border-shape::before {
    width: 100%;
    left: 120px;
}

footer .border-shape::after {
    width: 100%;
    right: 120px;
}

footer .bottom_content section {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: Center;
}

.bottom_content a {
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.5s;
}

bottom_content a:hover {
    color: rgba(255, 255, 255, 1);
}

.copyright {
    padding: 0.8em 0;
    background-color: #1e1e1e;
    text-align: center;
    color: white;
    font-size: 15px;
}

@media (max-width:820px) {
    .top_header {
        padding: 1rem;
        display: block;
    }

    .top_header section {
        margin: 40px 0;
        align-items: left;
        justify-content: left;
    }

    footer .bottom_content section {
        padding: 1rem;
        display: block;
    }

    footer .bottom_content section a {
        padding: 1rem;
        font-size: 12px;
        margin: 0 5px;
        display: inline-block;
    }
}

h3 {
    font-size: 1.6vw;
    color: white;
}

span {
    color: white;
}

.fa {
    font-size: 33px !important;
    color: white;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Fixing on mobile */
.main_content {
    position: relative;
    margin: 20px 0 180px;
}

.img_wrapper {}

.chart {
    width: 100%;
}

.earth_res {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28%;
}

.content_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.content_block h3 {
    position: absolute;
    margin: 0;
    text-align: center;
}

.content_block h3 small {
    display: block;
}

.content_block > div {
    position: relative;
    display: flex;
    height: 100%;
    width: 50%;
}

.content_one .lged {
    top: 2.5%;
    left: 37.5%;
}

.content_one .lgcr {
    top: 23%;
    left: 32%;
}

.content_one .lgcg {
    top: 40%;
    left: 16%;
}

.content_one .lgrt {
    top: 57%;
    left: 14%;
}

.content_one .lgfb {
    top: 74.5%;
    left: 21%;
}

.content_one .lgtd {
    top: 89.5%;
    left: 33%;
}

.content_two .lgip {
    top: 2.5%;
    right: 31%;
}

.content_two .lgce {
    top: 22.5%;
    right: 29%;
}

.content_two .lgnm {
    top: 40.5%;
    right: 13%;
}

.content_two .lgfh {
    top: 55%;
    right: 5.5%;
}

.content_two .lgsm {
    top: 72.5%;
    right: 19%;
}

.content_two .lgcb {
    top: 91.5%;
    right: 25.5%;
}

/* Link wrapper */
.linkWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.linkWrapper a {
    display: block;
    height: 17%;
    width: 31%;
    position: absolute;
    border-radius: 90px;
    z-index: 9;
}

.linkWrapper a:hover {
    border: 1px solid #333;
}

.linkWrapper .sbgTechAcademy {
    left: 10.8%;
    top: 0;
}

.linkWrapper .stakingRewardPlatform {
    right: 10.8%;
    top: 0;
}

.linkWrapper .dex {
    left: 2%;
    top: 21%;
}

.linkWrapper .cryptoTokens {
    right: 2%;
    top: 55%;
}

.linkWrapper .cryptoGaming {
    left: 0;
    top: 28.5%;
}

.linkWrapper .forexBrokerage {
    right: 0.8%;
    top: 28.5%;
}

.linkWrapper .forexPlatform {
    left: 2%;
}

.linkWrapper .technologiesDevelopment {
    right: 2%;
    bottom: 20%;
}

.linkWrapper .dappCryptoWallet {
    left: 10.8%;
    bottom: 0;
}

.linkWrapper .nftMarketPlace {
    right: 10.8%;
    bottom: 0;
}