 body {
      background-color: #f8f9fa;
      transition: background-color 0.3s, color 0.3s;
    }
    .dark-theme {
      background-color: #222;
      color: #eee;
    }
    .hero {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 2rem;
    }
    .hero h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
      font-weight: 700;
    }
    .hero p {
      font-size: 1.5rem;
      margin-bottom: 3rem;
      color: #555;
    }
    .icon-grid {
      display: flex;
      justify-content: center;
      gap: 3rem;
      flex-wrap: wrap;
    }
    .icon-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      transition: transform 0.2s;
    }
    .icon-item:hover {
      transform: translateY(-10px);
    }
    .icon-label {
      font-weight: 600;
      font-size: 1.1rem;
      color: #333;
      margin-top: 0.5rem;
    }
    /* Dark theme styles */
    body.dark-theme {
  filter: invert(1) hue-rotate(180deg);
  /* Optional: adjust other styles if needed */
}
section.h1 .dark-theme{
  color: #eee;
}

    @media (max-width: 768px) {
      .icon-grid {
        gap: 2rem;
      }
    }
    /* Icons for controls */
    .top-controls {
      position:absolute;
      top: 10px;
      right: 10px;
      display: flex;
      gap: 15px;
      z-index: 1050;
    }
    .icon-btn {
      width: 40px;
      height: 40px;
      cursor: pointer;
      fill: #555;
      transition: fill 0.2s;
    }
    .icon-btn:hover {
      fill: #000;
    }
#extrasModal{
  
}
@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #f7f7f8;
    overflow: hidden;
    z-index: -10;
}
.background span {
    width: 38vmin;
    height: 38vmin;
    border-radius: 38vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 44;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #cdb6f7;
    top: 83%;
    left: 21%;
    animation-duration: 48s;
    animation-delay: -57s;
    transform-origin: 0vw -17vh;
    box-shadow: -76vmin 0 9.575620246504773vmin currentColor;
}
.background span:nth-child(1) {
    color: #cdb6f7;
    top: 94%;
    left: 95%;
    animation-duration: 25s;
    animation-delay: -34s;
    transform-origin: -18vw -14vh;
    box-shadow: -76vmin 0 10.479896084827354vmin currentColor;
}
.background span:nth-child(2) {
    color: #f5bcbc;
    top: 92%;
    left: 82%;
    animation-duration: 31s;
    animation-delay: -42s;
    transform-origin: -1vw -18vh;
    box-shadow: 76vmin 0 10.158473013065606vmin currentColor;
}
.background span:nth-child(3) {
    color: #cdb6f7;
    top: 43%;
    left: 81%;
    animation-duration: 56s;
    animation-delay: -7s;
    transform-origin: 1vw 5vh;
    box-shadow: -76vmin 0 9.706124986003966vmin currentColor;
}
.background span:nth-child(4) {
    color: #ffd6e2;
    top: 55%;
    left: 69%;
    animation-duration: 56s;
    animation-delay: -54s;
    transform-origin: -13vw -13vh;
    box-shadow: 76vmin 0 9.75470545834072vmin currentColor;
}
.background span:nth-child(5) {
    color: #f5bcbc;
    top: 79%;
    left: 39%;
    animation-duration: 6s;
    animation-delay: -27s;
    transform-origin: -9vw 5vh;
    box-shadow: -76vmin 0 9.916464909163981vmin currentColor;
}
.background span:nth-child(6) {
    color: #f5bcbc;
    top: 2%;
    left: 7%;
    animation-duration: 48s;
    animation-delay: -10s;
    transform-origin: 24vw -18vh;
    box-shadow: -76vmin 0 10.426715103860925vmin currentColor;
}
.background span:nth-child(7) {
    color: #f5bcbc;
    top: 32%;
    left: 35%;
    animation-duration: 35s;
    animation-delay: -54s;
    transform-origin: -20vw -20vh;
    box-shadow: -76vmin 0 9.50066971091731vmin currentColor;
}
.background span:nth-child(8) {
    color: #cdb6f7;
    top: 8%;
    left: 88%;
    animation-duration: 36s;
    animation-delay: -15s;
    transform-origin: -21vw 24vh;
    box-shadow: -76vmin 0 9.809092956605669vmin currentColor;
}
.background span:nth-child(9) {
    color: #ffd6e2;
    top: 29%;
    left: 75%;
    animation-duration: 48s;
    animation-delay: -7s;
    transform-origin: 2vw 5vh;
    box-shadow: 76vmin 0 10.145086239858736vmin currentColor;
}
.background span:nth-child(10) {
    color: #cdb6f7;
    top: 26%;
    left: 100%;
    animation-duration: 33s;
    animation-delay: -22s;
    transform-origin: -20vw 23vh;
    box-shadow: 76vmin 0 9.664103428015984vmin currentColor;
}
.background span:nth-child(11) {
    color: #cdb6f7;
    top: 70%;
    left: 5%;
    animation-duration: 16s;
    animation-delay: -51s;
    transform-origin: -23vw -14vh;
    box-shadow: 76vmin 0 9.648140394199892vmin currentColor;
}

li{
  list-style:disc;
  margin: 10px;
}