.footer {
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column-reverse; /* Ändert die Richtung von unten nach oben */
  align-items: center;
  justify-content: center;
}

.footer .credit {
  display: flex;
  flex-direction: column; /* Ändert die Richtung von oben nach unten innerhalb des Elements */
  align-items: center;
  text-align: center;
  z-index: 300;
}

 

section32 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: var(--bg-color);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  section32 h2 {
    color: #fff;
    font-size: 6em;
    text-align: center;
    text-transform: uppercase;
  }
  
  section32 .set {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  section32 .set .leaves {
    position: absolute;
    display: block;
  }
  
  section32 .set .leaves:nth-child(1) {
    left: 20%;
    -webkit-animation: animate878 15s linear infinite;
            animation: animate878 15s linear infinite;
    -webkit-animation-delay: -7s;
            animation-delay: -7s;
  }
  
  section32 .set .leaves:nth-child(2) {
    left: 50%;
    -webkit-animation: animate878 20s linear infinite;
            animation: animate878 20s linear infinite;
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
  }
  
  section32 .set .leaves:nth-child(3) {
    left: 70%;
    -webkit-animation: animate878 20s linear infinite;
            animation: animate878 20s linear infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  section32 .set .leaves:nth-child(4) {
    left: 0%;
    -webkit-animation: animate878 15s linear infinite;
            animation: animate878 15s linear infinite;
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
  }
  
  section32 .set .leaves:nth-child(5) {
    left: 85%;
    -webkit-animation: animate878 18s linear infinite;
            animation: animate878 18s linear infinite;
    -webkit-animation-delay: -10s;
            animation-delay: -10s;
  }
  
  section32 .set .leaves:nth-child(6) {
    left: 0%;
    -webkit-animation: animate878 12s linear infinite;
            animation: animate878 12s linear infinite;
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
  }
  
  section32 .set .leaves:nth-child(7) {
    left: 15%;
    -webkit-animation: animate878 14s linear infinite;
            animation: animate878 14s linear infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  section32 .set .leaves:nth-child(8) {
    left: 60%;
    -webkit-animation: animate878 15s linear infinite;
            animation: animate878 15s linear infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  section32 .set2 {
    -webkit-transform: scale(1.5) rotateY(180deg);
            transform: scale(1.5) rotateY(180deg);
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  
  section32 .set3 {
    -webkit-transform: scale(0.8) rotateX(180deg);
            transform: scale(0.8) rotateX(180deg);
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  
  @-webkit-keyframes animate878 {
    0% {
      opacity: 0;
      top: -10%;
      -webkit-transform: translateX(20px) rotate(0deg);
              transform: translateX(20px) rotate(0deg);
    }
    10% {
      opacity: 1;
    }
    20% {
      -webkit-transform: translateX(-20px) rotate(45deg);
              transform: translateX(-20px) rotate(45deg);
    }
    40% {
      -webkit-transform: translateX(-20px) rotate(90deg);
              transform: translateX(-20px) rotate(90deg);
    }
    60% {
      -webkit-transform: translateX(20px) rotate(180deg);
              transform: translateX(20px) rotate(180deg);
    }
    80% {
      -webkit-transform: translateX(-20px) rotate(180deg);
              transform: translateX(-20px) rotate(180deg);
    }
    100% {
      top: 110%;
      -webkit-transform: translateX(-20px) rotate(225deg);
              transform: translateX(-20px) rotate(225deg);
    }
  }
  
  @keyframes animate878 {
    0% {
      opacity: 0;
      top: -10%;
      -webkit-transform: translateX(20px) rotate(0deg);
              transform: translateX(20px) rotate(0deg);
    }
    10% {
      opacity: 1;
    }
    20% {
      -webkit-transform: translateX(-20px) rotate(45deg);
              transform: translateX(-20px) rotate(45deg);
    }
    40% {
      -webkit-transform: translateX(-20px) rotate(90deg);
              transform: translateX(-20px) rotate(90deg);
    }
    60% {
      -webkit-transform: translateX(20px) rotate(180deg);
              transform: translateX(20px) rotate(180deg);
    }
    80% {
      -webkit-transform: translateX(-20px) rotate(180deg);
              transform: translateX(-20px) rotate(180deg);
    }
    100% {
      top: 110%;
      -webkit-transform: translateX(-20px) rotate(225deg);
              transform: translateX(-20px) rotate(225deg);
    }
  }
  
  .neon {
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 10vw;
    color: #12f7ff;
    text-shadow: 0 0 100vw #12f7ff;
  }
  
  .neon::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    z-index: -1;
    color: #12f7ff;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  
  .neon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #12f7ff;
    z-index: -2;
    opacity: .5;
    -webkit-filter: blur(40px);
            filter: blur(40px);
  }
  
  footer h2 {
        color: #222;
        letter-spacing: 5px;
        cursor: pointer;
      }
      
      footer h2 span {
        -webkit-transition: .5s;
        transition: .5s;
      }
      
      footer h2:hover span {
        text-shadow: 0 0 10px #fff, 
        0 0 20px #fff, 
        0 0 40px #fff, 
        0 0 80px #fff, 
        0 0 120px #fff, 
        0 0 160px #fff;
        color: #fff;
      }
      
      footer h2:hover span:nth-child(1) {
        margin-right: 30px;
      }
      
      footer h2:hover span:nth-child(1)::after {
        content: "";
      }
      
      footer h2:hover span:nth-child(2) {
        margin-left: 30px;
      }
      
      footer h2:hover span:nth-child(2)::before {
        content: "";
      }
      