.site-image {
    background-image: url("/img/site.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.line-color {
    background-color: #06c755;
}

.text-blur-out{-webkit-animation:text-blur-out .3s cubic-bezier(.55,.085,.68,.53) both;animation:text-blur-out .3s cubic-bezier(.55,.085,.68,.53) both}

/* ----------------------------------------------
 * Generated by Animista on 2024-8-20 15:23:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes text-blur-out{0%{-webkit-filter:blur(.01);filter:blur(.01)}100%{-webkit-filter:blur(12px) opacity(0);filter:blur(12px) opacity(0)}}@keyframes text-blur-out{0%{-webkit-filter:blur(.01);filter:blur(.01)}100%{-webkit-filter:blur(12px) opacity(0);filter:blur(12px) opacity(0)}}