@media (min-width: 769px) {
  .header-logo {
    width: clamp(200px, 12vw, 320px);
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .center-logo {
    justify-content: flex-start;
    padding-left: -40px; /* justera efter smak */
  }
}
