.elementor-2793 .elementor-element.elementor-element-3565308{--display:flex;--min-height:100vh;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-3565308 */.elementor-2793 .elementor-element.elementor-element-3565308 {
  background: radial-gradient(
      #fff 0.50px,
      transparent 0.85px
    ),
  radial-gradient(#535150 0.95px, #161A23 0.95px);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  min-height: 100vh;
}



.avatar {
animation:  psychedelic 10s alternate linear infinite;
will-change: transform;
}

@keyframes psychedelic {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}/* End custom CSS */