#n-header-logo-left > img {
  height: 130px;
}

#n-header-logo-left {
  padding-left: 10px;
  padding-top: 12px;
}

#header {
  background: rgba(255,255,255);
}

:root {
  --color-rgb: 99, 120, 25;
}

body {
       background-color: rgb(255, 249, 237);
       background-image: none;
       }
