#animation {
  position: relative;
}

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

#animation .second-bg {
  position: absolute;
  bottom: 0;
  left: -1rem;
  transform: translateY(40px);
  width: 200px;
  background-color: rgba(226, 175, 107, 0.16);
  height: 210px;
  clip-path: circle();
}
#animation .logo {
  z-index: 100;
  position: absolute;
  right: -10px;
  bottom: -232px;
  opacity: 0.6;
  transform: translateY(40px);
  width: 250px;
  cursor: pointer;
}
#animation .third-bg {
  position: absolute;
  top: -60px;
  right: -1.8rem;
  transform: translateY(-90px);
  width: 300px;
  background-color: rgba(226, 174, 107, 0.295);
  height: 470px;
  clip-path: circle();
}
#animation .fourth-bg {
  position: absolute;
  transform: translate(58%, 50%);
  top: -70%;
  width: 350px;
  background-color: rgba(226, 174, 107, 0.295);
  height: 470px;
  clip-path: circle();
}
#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%);
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
}
/*# sourceMappingURL=anim.css.map */
