#animation {
  position: fixed;
    width: 100%;
    z-index: -1;
    height: 100%;
}
#animation #about {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

#animation .logo {
  z-index: 100;
  position: absolute;
  right: -10px;
  bottom: -232px;
  opacity: 0.6;
  transform: translateY(40px);
  width: 250px;
  cursor: pointer;
}


#animation .second-bg {
  position: absolute;
  bottom: 0;
  left: -1rem;
  transform: translateY(40px) translateZ(0);
  width: 500px;
  height: 500px;
  background-color: rgba(255, 208, 0, 0.048);
  border-radius: 100%;
  filter: blur(40px);
  backface-visibility: hidden;
}

#animation .third-bg {
  position: absolute;
  bottom: -100px;
  right: -1.8rem;
  transform: translateY(-90px) translateZ(0);
  border-radius: 100%;
  width: 400px;
  background-color: #00ced10c;
  height: 400px;
  /* clip-path: circle(); */
  filter: blur(45px);
  backface-visibility: hidden;
}
#animation .fourth-bg {
  position: absolute;
  transform: translate(58%, 50%);
  top: -60%;
  left: 50%;
  width: 500px;
  background-color: #892be11c;
  height: 500px;
  filter: blur(40px);
  border-radius: 100%;
  will-change: transform;
  backface-visibility: hidden;
}
#animation .anim-container {
    /* background: radial-gradient(circle, #ff57db 2%, rgb(111 235 255) 55%, rgb(187 138 174) 88%); */
    /* background: radial-gradient(circle, #eefbba 2%, #e5bedd 55%, #efead1 88%); */
    background: radial-gradient(circle, rgb(0, 0, 0) 2%, #07061a 55%, rgb(13, 13, 18) 88%);
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 600px) {
  #animation .anim-container {
    min-height: 720px;
  }

  #animation #about {
    width: 100%;
  }
}
/*# sourceMappingURL=anim.css.map */
