body {
  background-image: url("../images/bg-flowers.jpg");
  background-position: top center;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ekip-header a,
.ekip-footer a {
  text-decoration: none;
}

body:has(.ekip-header):not(:has(.ekip-header.placeholder)) #browser {
  scroll-margin-top: 175px;
}

@media (max-width: 992px) {
  body:has(.ekip-header):not(:has(.ekip-header.placeholder)) #browser {
    scroll-margin-top: 108px;
  }
}
