Donkey Kong's Funky 8-Bit Mixtape

**The King of Funky Tapes**

Listen to the funkiest 8-bit tunes from around the world!

body { background: #ff0000; font-family: '8-Bit Font', sans-serif; margin: 0; padding: 0; box-sizing: border-box; } #header { border: 4px solid #000000; padding: 8px 10px; } .container { width: 100%; max-width: 800px; margin: 0 auto; } .mixtape { background: #000000; padding: 16px; border: 2px solid #ff0000; display: flex; justify-content: center; } .button { background: #000000; border: 4px solid #ff0000; padding: 8px 16px; cursor: pointer; } .footer { text-align: center; background: #333333; color: #ffffff; padding: 8px; border: 2px solid #ff0000; } // Add some 8-bit flair to the font @font-face { font-family: '8-Bit Font', sans-serif; src: url('/8-bit-font.woff2'); } @font-face { font-family: '8-Bit Font', sans-serif; src: url('/8-bit-font.woff2'); }