.menu {
  position: relative;

  & h1 a {
    text-decoration: none;
    color: var(--text-1);
  }

  & a:has(img) {
    max-width: var(--size-13);
  }
}
