body {
  min-height: 0;
}

header {
  position: relative;
  width: 400px;
  height: 300px;
}

header svg.logo_svg {
  width: 200px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

svg#menu_svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

header a {
  background-color: blueviolet;
  fill: #e1e1e1;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
}

header a:hover {
  fill: var(--primary-color);
  font-size: 2.5rem;
  transform-origin: center;
}/*# sourceMappingURL=style_menu.css.map */