/* === UwU === */
.uwu-gure-f {
    color: #9E9E9E;
    opacity: 90%;
}

.uwu-kuro-f {
    color: #212121;
}

.uwu-menu-bg {
    background: #fff !important;
}

.uwu-bg-shiro {
    background: #fff;
}
.uwu-bg-shiro-1 {
    background: #EEEEEE;
}

.uwu-m-center {
    margin-right: auto;
    margin-left: auto;
}

.pb-0 {
    padding-bottom: 0;
}

.mb-0 {
    margin-bottom: 0;
}
/* === */

/* === Neon === */
.k-AnimateText-1 {
    font-weight: bold;
    margin: 5px;
    background: linear-gradient(to right,
    #FF00FF 20%,
    #FFFF33 30%,
    #FF0099 70%,
    #E6FB04 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-fill-color: transparent; */
    background-size: 500% auto;
    animation: textShine 0.5s ease-in-out infinite alternate;
}
/* === */

/* === FONT === */
/* Font-Tranform */

.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}

/* Font-Size */
    .uwu-fs-0-1 {
    font-size: 0.1em !important;
    }
    .uwu-fs-0-2 {
    font-size: 0.2em !important;
    }
    .uwu-fs-0-3 {
    font-size: 0.3em !important;
    }
    .uwu-fs-0-4 {
    font-size: 0.4em !important;
    }
    .uwu-fs-0-5 {
    font-size: 0.5em !important;
    }
    .uwu-fs-0-6 {
    font-size: 0.6em !important;
    }
    .uwu-fs-0-7 {
    font-size: 0.7em !important;
    }
    .uwu-fs-0-8 {
    font-size: 0.8em !important;
    }
    .uwu-fs-0-9 {
    font-size: 0.9em !important;
    }
.uwu-fs-1 {
    font-size: 1em !important;
}
    .uwu-fs-1-1 {
    font-size: 1.1em !important;
    }
    .uwu-fs-1-2 {
    font-size: 1.2em !important;
    }
    .uwu-fs-1-3 {
    font-size: 1.3em !important;
    }
    .uwu-fs-1-4 {
    font-size: 1.4em !important;
    }
    .uwu-fs-1-5 {
    font-size: 1.5em !important;
    }
    .uwu-fs-1-6 {
    font-size: 1.6em !important;
    }
    .uwu-fs-1-7 {
    font-size: 1.7em !important;
    }
    .uwu-fs-1-8 {
    font-size: 1.8em !important;
    }
    .uwu-fs-1-9 {
    font-size: 1.9em !important;
    }
.uwu-fs-2 {
    font-size: 2em !important;
}

.uwu-fs-3 {
    font-size: 3em !important;
}

.uwu-fs-4 {
    font-size: 4em !important;
}

.uwu-fs-5 {
    font-size: 5em !important;
}

.uwu-fs-6 {
    font-size: 6em !important;
}

.uwu-fs-7 {
    font-size: 7em !important;
}

.uwu-fs-8 {
    font-size: 8em !important;
}

.uwu-fs-9 {
    font-size: 9em !important;
}

.uwu-fs-10 {
    font-size: 10em !important;
}



/* Font-Weight */

.uwu-fw-1 {
    font-weight: 100 !important;
}

.uwu-fw-2 {
    font-weight: 200 !important;
}

.uwu-fw-3 {
    font-weight: 300 !important;
}

.uwu-fw-4 {
    font-weight: 400 !important;
}

.uwu-fw-5 {
    font-weight: 500 !important;
}

.uwu-fw-6 {
    font-weight: 600 !important;
}

.uwu-fw-7 {
    font-weight: 700 !important;
}

.uwu-fw-8 {
    font-weight: 800 !important;
}

.uwu-fw-9 {
    font-weight: 900 !important;
}
/* === */