:root {
    --page-bg: #011F3DFF;
    --top-bar-bg: #003264FF;
    --top-bar-text: #EAF6FBFF;
    --top-bar-link: #1EEDF2FF;
    --top-bar-link-hover: #7BE9F0FF;
    --top-bar-social-bg: #8833B5FF;
    --top-bar-social-bg-hover: #FF3D81FF;
    --top-menu-bg: #011F3DFF;
    --top-menu-link: #EAF6FBFF;
    --top-menu-link-hover: #1EEDF2FF;
    --top-menu-link-bg: #011F3DFF;
    --top-menu-link-bg-hover: #003264FF;
    --top-menu-highlight-link: #003264FF;
    --top-menu-highlight-bg: #1EEDF2FF;
    --top-menu-highlight-link-hover: #003264FF;
    --top-menu-highlight-bg-hover: #7BE9F0FF;
    --top-menu-border-radius: 4px;
    --top-menu-highlight-border-radius: 4px;
    --footer-bg: #011F3DFF;
    --footer-link: #EAF6FBFF;
    --footer-link-hover: #1EEDF2FF;
    --footer-link-bg: #003264FF;
    --footer-link-bg-hover: #0A4F86FF;
    --footer-highlight-link: #003264FF;
    --footer-highlight-bg: #1EEDF2FF;
    --footer-highlight-link-hover: #003264FF;
    --footer-highlight-bg-hover: #7BE9F0FF;
    --footer-border-radius: 4px;
    --footer-highlight-border-radius: 4px;
    --bottom-bar-bg: #003264FF;
    --bottom-bar-text: #EAF6FBFF;
    --bottom-bar-link: #1EEDF2FF;
    --bottom-bar-link-hover: #FF85ACFF;
    --bottom-bar-social-bg: #8833B5FF;
    --bottom-bar-social-bg-hover: #FF3D81FF;
    --page-heading: #FFFFFFFF;
    --page-text: #EAF6FBFF;
    --page-link: #1EEDF2FF;
    --page-link-hover: #7BE9F0FF;
    --element1-special-element: #1EEDF2FF;
    --element1-additional-element: #FF3D81FF;
    --element2-special-element: #FFFFFFFF;
    --element2-additional-element: #C88CE6FF;
}