body {
    margin: 0px;
}
.ost_header_bar_mobile_container {
    display: none;
}
.header-bar {
    width: 100%;
    height: 100px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-around;
   /* position: fixed; 
    top: 0;
    z-index: 900; */
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

.ost_tokens_page_landing_tooltip:hover .ost_tokens_page_landing_tooltiptext {
    visibility: visible;
    z-index: 901;
}

.link-menu-mobile {
    display: none;
}
.platform-links {
    width: 30%;
}
.platform-links a {
    text-decoration: none;
    color: black;
    font-family: 'poppins';
    font-weight: 500;
    font-size: 18px;
    padding-left: 60px;
}
.platform-links a:hover {
    color: goldenrod;
}
.home-link {
    width: 30%;
    display: flex;
    justify-content: center;
}
.home-link a {
    text-decoration: none;
    color: black;
    font-family: 'poppins';
    font-weight: 700;
    font-size: 22px;
}