@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


body {
  /* font properties */
  text-shadow: 2px 2px #000;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color:white;
    gap:20px;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: underline;
}

.main {
     padding-top: 24px !important;   
    margin-top: 24px !important;
  padding-bottom: 24px !important;  
    margin-bottom: 24px !important;
   margin: auto;
  text-align: center;
  border-width: thin;
  border-style: none;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
   overflow: hidden;
  max-width:880px;
   width:95%;
 background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}

.container {
  padding-top: 12px !important;   
    margin-top: 12px !important;
  padding-bottom: 12px !important;  
    margin-bottom: 12px !important;
  border-width: thin;
  border-style: solid;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
   overflow: hidden;
 background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}

.container-np{
  border-width: thin;
  border-style: solid;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
   overflow: hidden;
 background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 14px;
}


button{
    cursor: pointer;
       padding-top: 8px !important;   
    margin-top: 4px !important;
  padding-bottom: 8px !important;
    margin-bottom: 4px !important;
  font-size:24px;  
  border-width: thin;
  border-style: solid;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
   overflow: hidden;
 background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}

textarea{
  font-size:20px;  
   max-width:480px;
   width:95%;
  border-width: thin;
  border-style: solid;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
   overflow: hidden;
 background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}

select{
     font-size:24px;   
  border-width: thin;
  border-style: solid;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
   overflow: hidden;
 background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}


input{
  font-size:20px;  
     max-width:480px;
   width:95%;
  border-width: thin;
  border-style: solid;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
   overflow: hidden;
 background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}

/* Buttons container */
.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* space between buttons */
  flex-wrap: wrap; /* allows wrapping on small screens */
}

/* Optional: nicer buttons */
.buttons button {
  white-space: nowrap; /* prevents weird text wrapping */
}

body.paused * {
  animation-play-state: paused !important;
  transition: none !important;
}


.scale-up-center {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: scale-up-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-25 5:12:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #140a23;
    overflow: hidden;
}

.background span {
    width: 30vmin;
    height: 30vmin;
    border-radius: 30vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 45;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #9e6cf0;
    top: 74%;
    left: 83%;
    animation-duration: 39s;
    animation-delay: -38s;
    transform-origin: -18vw -12vh;
    box-shadow: -60vmin 0 8.264677345301857vmin currentColor;
}
.background span:nth-child(1) {
    color: #9e6cf0;
    top: 47%;
    left: 14%;
    animation-duration: 53s;
    animation-delay: -39s;
    transform-origin: -21vw 19vh;
    box-shadow: 60vmin 0 8.403114544921106vmin currentColor;
}
.background span:nth-child(2) {
    color: #fab6e9;
    top: 80%;
    left: 54%;
    animation-duration: 12s;
    animation-delay: -48s;
    transform-origin: -9vw -6vh;
    box-shadow: -60vmin 0 7.721644527449406vmin currentColor;
}
.background span:nth-child(3) {
    color: #9e6cf0;
    top: 61%;
    left: 24%;
    animation-duration: 31s;
    animation-delay: -50s;
    transform-origin: 0vw 6vh;
    box-shadow: 60vmin 0 7.521043275860794vmin currentColor;
}
.background span:nth-child(4) {
    color: #57dde8;
    top: 26%;
    left: 65%;
    animation-duration: 43s;
    animation-delay: -15s;
    transform-origin: -4vw -19vh;
    box-shadow: -60vmin 0 7.7015105231862435vmin currentColor;
}
.background span:nth-child(5) {
    color: #9e6cf0;
    top: 63%;
    left: 90%;
    animation-duration: 24s;
    animation-delay: -50s;
    transform-origin: 7vw 7vh;
    box-shadow: 60vmin 0 8.225763324767078vmin currentColor;
}
.background span:nth-child(6) {
    color: #fab6e9;
    top: 60%;
    left: 31%;
    animation-duration: 54s;
    animation-delay: -42s;
    transform-origin: -24vw 14vh;
    box-shadow: -60vmin 0 8.46732822525466vmin currentColor;
}
.background span:nth-child(7) {
    color: #9e6cf0;
    top: 33%;
    left: 42%;
    animation-duration: 7s;
    animation-delay: -48s;
    transform-origin: -6vw -16vh;
    box-shadow: 60vmin 0 8.455752339803922vmin currentColor;
}
.background span:nth-child(8) {
    color: #57dde8;
    top: 99%;
    left: 51%;
    animation-duration: 44s;
    animation-delay: -35s;
    transform-origin: 13vw -3vh;
    box-shadow: 60vmin 0 7.991751708946195vmin currentColor;
}
.background span:nth-child(9) {
    color: #9e6cf0;
    top: 5%;
    left: 69%;
    animation-duration: 48s;
    animation-delay: -50s;
    transform-origin: -7vw -24vh;
    box-shadow: 60vmin 0 7.8593118016728365vmin currentColor;
}
.background span:nth-child(10) {
    color: #9e6cf0;
    top: 12%;
    left: 44%;
    animation-duration: 25s;
    animation-delay: -22s;
    transform-origin: -10vw -18vh;
    box-shadow: 60vmin 0 7.601374061984278vmin currentColor;
}
.background span:nth-child(11) {
    color: #9e6cf0;
    top: 37%;
    left: 17%;
    animation-duration: 43s;
    animation-delay: -23s;
    transform-origin: -2vw 11vh;
    box-shadow: -60vmin 0 7.720106991784089vmin currentColor;
}
.background span:nth-child(12) {
    color: #9e6cf0;
    top: 33%;
    left: 26%;
    animation-duration: 40s;
    animation-delay: -19s;
    transform-origin: 25vw 11vh;
    box-shadow: 60vmin 0 8.379016948279789vmin currentColor;
}
.background span:nth-child(13) {
    color: #fab6e9;
    top: 8%;
    left: 87%;
    animation-duration: 49s;
    animation-delay: -25s;
    transform-origin: -21vw 22vh;
    box-shadow: -60vmin 0 7.614289530835567vmin currentColor;
}
.background span:nth-child(14) {
    color: #fab6e9;
    top: 45%;
    left: 46%;
    animation-duration: 22s;
    animation-delay: -18s;
    transform-origin: -6vw 16vh;
    box-shadow: 60vmin 0 8.339814511458126vmin currentColor;
}
.background span:nth-child(15) {
    color: #9e6cf0;
    top: 1%;
    left: 38%;
    animation-duration: 14s;
    animation-delay: -25s;
    transform-origin: -14vw 2vh;
    box-shadow: -60vmin 0 7.515333780578453vmin currentColor;
}
.background span:nth-child(16) {
    color: #57dde8;
    top: 72%;
    left: 1%;
    animation-duration: 51s;
    animation-delay: -41s;
    transform-origin: -7vw -22vh;
    box-shadow: -60vmin 0 7.846240986172698vmin currentColor;
}
.background span:nth-child(17) {
    color: #57dde8;
    top: 37%;
    left: 18%;
    animation-duration: 31s;
    animation-delay: -49s;
    transform-origin: -17vw 6vh;
    box-shadow: 60vmin 0 8.367407789878502vmin currentColor;
}
.background span:nth-child(18) {
    color: #9e6cf0;
    top: 72%;
    left: 11%;
    animation-duration: 16s;
    animation-delay: -4s;
    transform-origin: -7vw -3vh;
    box-shadow: -60vmin 0 8.067357020610874vmin currentColor;
}
.background span:nth-child(19) {
    color: #fab6e9;
    top: 50%;
    left: 86%;
    animation-duration: 33s;
    animation-delay: -14s;
    transform-origin: -2vw 16vh;
    box-shadow: -60vmin 0 7.685794487840531vmin currentColor;
}
.background span:nth-child(20) {
    color: #9e6cf0;
    top: 58%;
    left: 28%;
    animation-duration: 12s;
    animation-delay: -5s;
    transform-origin: 9vw -13vh;
    box-shadow: -60vmin 0 7.937271210471049vmin currentColor;
}
.background span:nth-child(21) {
    color: #57dde8;
    top: 33%;
    left: 22%;
    animation-duration: 39s;
    animation-delay: -33s;
    transform-origin: -16vw 4vh;
    box-shadow: -60vmin 0 7.897466091821635vmin currentColor;
}
.background span:nth-child(22) {
    color: #9e6cf0;
    top: 46%;
    left: 1%;
    animation-duration: 33s;
    animation-delay: -24s;
    transform-origin: 3vw -10vh;
    box-shadow: 60vmin 0 8.24403689618016vmin currentColor;
}
.background span:nth-child(23) {
    color: #fab6e9;
    top: 62%;
    left: 91%;
    animation-duration: 27s;
    animation-delay: -45s;
    transform-origin: -21vw 24vh;
    box-shadow: 60vmin 0 8.396362269226794vmin currentColor;
}
.background span:nth-child(24) {
    color: #57dde8;
    top: 67%;
    left: 54%;
    animation-duration: 13s;
    animation-delay: -12s;
    transform-origin: -12vw 10vh;
    box-shadow: -60vmin 0 7.770344423450706vmin currentColor;
}
.background span:nth-child(25) {
    color: #9e6cf0;
    top: 77%;
    left: 37%;
    animation-duration: 54s;
    animation-delay: -29s;
    transform-origin: -20vw -7vh;
    box-shadow: -60vmin 0 7.701289295187063vmin currentColor;
}
.background span:nth-child(26) {
    color: #fab6e9;
    top: 20%;
    left: 24%;
    animation-duration: 37s;
    animation-delay: -15s;
    transform-origin: 6vw -17vh;
    box-shadow: 60vmin 0 7.5841751087592035vmin currentColor;
}
.background span:nth-child(27) {
    color: #57dde8;
    top: 12%;
    left: 5%;
    animation-duration: 31s;
    animation-delay: -1s;
    transform-origin: 12vw 20vh;
    box-shadow: -60vmin 0 7.914418727966983vmin currentColor;
}
.background span:nth-child(28) {
    color: #fab6e9;
    top: 38%;
    left: 45%;
    animation-duration: 6s;
    animation-delay: -28s;
    transform-origin: 14vw -17vh;
    box-shadow: -60vmin 0 7.93949574528807vmin currentColor;
}
.background span:nth-child(29) {
    color: #57dde8;
    top: 94%;
    left: 98%;
    animation-duration: 54s;
    animation-delay: -7s;
    transform-origin: -13vw -7vh;
    box-shadow: -60vmin 0 8.329491899771249vmin currentColor;
}
