Welcome to my Website!

Welcome to My Kawaii Space! (。◕‿◕。)

This is my cute little corner of the web.

Cute Art

SYSTEM ERROR / CUTIE

Welcome to the void... 💊💉🎀

.content-box { border: 5px solid #ffb6c1; border-image: linear-gradient(to bottom, #ffb6c1, #ff0000) 1; background: #000; padding: 20px; box-shadow: inset 0 0 20px #ff0000; /* Red "internal" glow */ } h1 { text-shadow: 2px 0 #ff00ff, -2px 0 #00ffff; animation: glitch 1s infinite; } @keyframes glitch { 0% { transform: translate(0); } 20% { transform: translate(-2px, 2px); } 40% { transform: translate(-2px, -2px); } 60% { transform: translate(2px, 2px); } 80% { transform: translate(2px, -2px); } 100% { transform: translate(0); } }