#n-header-logo-left > img {
  height: 132px;
}

#n-header-logo-left {
  padding-left: 10px;
  padding-top: 3px;
}


#header {
  background: white;
    color: rgb(3, 40, 102);  
          }

:root {
  --color-rgb: 3, 40, 102;
}

body {
    background-color: rgb(244, 246, 249);
    background-image: none;
       }
