<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rc-title-01{
    font-size: 34px !important;
    text-shadow:  1px 1px 2px rgba(255, 255, 255, 0.4);
}

.rc-title-01:hover{
    text-shadow: none;
}

.logo_rainbow{
    max-height: 45px;
}
@media (min-width: 200px) and (max-width: 991px) {
    .logo_rainbow{
        max-height: 30px;
    }
}

.player_icon{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 80px;
}
.player_icon:hover{
    opacity: 0.6;
}

.pos-rel {
    position: relative;
}

@keyframes heartbeat
{
    0% {
        transform: scale( .75 );
    }
    20% {
        transform: scale( 1 );
    }
    40% {
        transform: scale( .75 );
    }
    60% {
        transform: scale( 1 );
    }
    80% {
        transform: scale( .75 );
    }
    100% {
        transform: scale( .75 );
    }
}

#yamao_heart {
    animation: heartbeat 1s infinite;
}

.active-menu{
    color:#ffffff !important;
}

.rainbow-landing{
    height: 1000px !important;
}

.landing-text{
    font-size: 20px;
}</pre></body></html>