
    :root {
        --text: #000000;
--links: #000000;
--titles: #000000;
--page-background: #ffffff;
--highlight: #bd3039;
--boxes-background: #f8f9fe;
--boxes-border: #000000;
--section-titles: #17202a;
--section-titles-background: #fdf2e9;
--header-background: #FFFFFF;
--header-links: #000;
--footer-background: #FFFFFF;
--footer-links: #000;
    }
    
.ods-front-header {
    height: 120px;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
}
.ods-front-header__logo {
    display: block;
    width: auto; /* Logo width */
    height: auto; /* Logo height */
    max-height: 100px;
}