/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2025 | 06:16:05 */
.gradient-background a {
  color: #FFF !important;
}
.wp-block-button.menu-button {
  display: none;
}
.gradient-background {
  background: linear-gradient(46deg, #43146E, #212136, #43146E);
  background-size: 150% 150%;
  animation: gradient-animation 12s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
