html{
 background: var(--header-bg);
}
main{
  width: 100% !important;
}

.stickman{
  display: none;
    width: 170px;
    height: auto;
    font-size: 0.75rem;
  }
  .text, .zack, .zack img{
    font-family: 'Catamaran';
    justify-content: center;
    text-align: center;
    display: none;
  }
.index-container {
  height: 0;
  /* height: 10px;
  border-radius: 3px;
  background: linear-gradient(90deg,rgb(241, 17, 17) 0%, rgb(241, 17, 17) 20%,rgb(245, 30, 224) 30%,rgb(0, 255, 247) 70%,rgb(17, 255, 0) 100%);
  animation: 1.5s fadeInUp;
  transition: 3s; */
}
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.zack img{
  border-radius: 3px;
  rotate: 10deg;
  width: 189px;
  height: auto;
  /* float: right;
  animation: zack-bg 5.5s infinite ease-in-out; */
}
@keyframes zack-bg {
0%, 100%   {background-color:rgb(255, 28, 28);}
25%  {background-color:rgb(255, 255, 14);}
50%  {background-color:rgb(10, 10, 255);}
75%  {background-color:green;}
}
canvas {
  vertical-align: bottom;
  position: absolute;
}
.canvas-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width:880px){
  .text {
    display: contents;
    display: flex;
    justify-content: center; /* Centers text horizontally */

}
    .zack, .zack img{
      display: flex;
      padding: 20px;
      width: 80%;
      justify-self: center;
    }
  .border{
    display: grid;
    width: 100%;
    /* background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    background-size: 180% 180%; */
  } 
 .canvas-container{
    display: none;
  }
 
  .ball img{
    display: none;
  }
}
@media (hover: none) {
  #effectCanvas {
    display: none !important;
  }
}