.zubrus-logo {
  text-align: center;
  padding: 100px 0;
  perspective: 1000px;
}

.zubrus-logo span {
  display: inline-block;
  font-size: 72px;
  font-weight: 900;
  color: #00ffff;
  margin: 0 5px;
  transition: transform 0.5s ease, opacity 0.5s ease, text-shadow 0.5s ease;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.6),
               0 0 16px rgba(0, 255, 255, 0.3),
               1px 1px 2px rgba(0,0,0,0.2);
  transform-style: preserve-3d;
}
