Hey, I'm Gabriel šŸŽ§

Welcome to my little corner of the web.

About Me

I'm Gabriel — I love my friends, the game ULTRAKILL, and the legendary Die of Death. Music keeps me going, and I love sharing my favorite tracks here.

My Music Picks šŸŽµ

Here are a few tracks I’m vibing with lately (you can replace these links anytime):

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&family=Roboto:wght@400;700&display=swap'); body { background-color: #0d0d0d; color: #e6e6e6; font-family: 'Roboto', sans-serif; margin: 0; line-height: 1.6; } header { text-align: center; padding: 3rem 1rem; background: linear-gradient(135deg, #ff004c, #5100ff); color: white; } h1, h2 { font-family: 'Orbitron', sans-serif; letter-spacing: 1px; } section { padding: 2rem; max-width: 800px; margin: auto; } a { color: #ff4d9a; text-decoration: none; } a:hover { text-decoration: underline; } .music ul { list-style: none; padding: 0; } .music li { margin: 0.5rem 0; } .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 1rem; } .gallery-grid img { width: 100%; border-radius: 10px; box-shadow: 0 0 10px rgba(255, 0, 100, 0.3); transition: transform 0.3s ease; } .gallery-grid img:hover { transform: scale(1.05); } footer { text-align: center; padding: 1rem; font-size: 0.9rem; border-top: 1px solid #333; margin-top: 2rem; }