
    :root {
        --text: #333333;
--links: #CA005D;
--titles: #555555;
--page-background: #F5F5F5;
--highlight: #CA005D;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #FFFFFF;
--section-titles-background: #000000;
--header-background: #000000;
--header-links: #FFFFFF;
--footer-background: #000000;
--footer-links: #FFFFFF;
    }
    
/*  */
.ods-front-header__menu-item-link{
    color : white;
    opacity : 1;
}

.ods-front-header__menu-item-link:active{
    color : white;
}

.ods-front-header__menu-item-link:hover{
    color : #ca005d;
}

.ods-front-footer{
    height: 100px;
    padding: 10px;
}

.ods-front-footer__ods-logo{
    line-height: 70px;
}

.ods-front-footer__ods-logo-img{
    filter: grayscale(100) brightness(3);
}

.ods-filters {
    position: sticky;
    top: 1em;
}

[ods-json-formatter], .ods-api-console-page__service-result {
    font-size: unset;
}