.atherica-logo {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 1000;
  width: 92px;
  height: 92px;
  transform: translateX(-50%);
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .65));
}

@media (max-width: 600px) {
  .atherica-logo {
    width: 68px;
    height: 68px;
    top: 8px;
  }
}
