:root {
  --color-rgb: 45, 83, 105;
}

body {
       background-color: rgb(211, 211, 211);
       background-image: none;
              }

#header {
  background: rgb(45, 83, 105);
  color: rgb(253, 219, 16);  
          }



#n-header-logo-left > img {
  height: 100px;
}

#n-header-logo-left {
  padding-left: 15px;
  padding-top: 5px;
}
