/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 21:09:07 */
.glyph {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: url('https://turnyourion.com/wp-content/uploads/2020/07/Ionation_Logo_White.png') no-repeat center center;
  background-size: contain;
  opacity: 0.05;
  transform: translate(-50%, -50%);
  animation: pulse 6s infinite;
  z-index: -1;
}

@keyframes pulse {
  0%, 100% { opacity: 0.03; }
  50% { opacity: 0.12; }
}
