.wp-block-site-logo img {
  width: 313px;
  max-width: 100%;
}

header {
  background: linear-gradient(to right, #aaa 0%, #fff 90%);;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    outline-offset: 0 !important;
}

#home-main {
  margin-top: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://performrxnutrition.com/wp-content/uploads/2025/08/perform-rx-nutrition-logo-only.svg');
  background-size: 300px auto;
  background-position: calc(100% - 10%) center;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: -1;
}

