#n-header-logo-left {
  padding-left: 10px;
}

@media only screen and (min-width: 435px) {
  #n-header-logo-left, #n-header-logo-right {
    display: initial;
  }
}

@media only screen and (max-width: 435px) {
  #n-header-logo-left, #n-header-logo-right {
    display: none;
  }
}

:root {
  --color-rgb: 147, 191, 65;
}

#n-header-logo-left {
  padding-left: 15px;
  padding-top: 5px;
}


#n-header-logo-left > img {
  height: 90px;
}

#header {
  background: rgba(255,255,255);
}


body {
       background-color: rgb(242, 245, 249);
       background-image: none;
       }
