/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
   
        body { margin: 0; font-family: 'Montserrat', sans-serif; background-color: #111111; color: #e0e0e0; }
        nav { display: flex; justify-content: center; background-color: #0a0a0a; padding: 18px; border-bottom: 2px solid #d4af37; }
        nav a { color: #bbbbbb; text-decoration: none; margin: 0 25px; text-transform: uppercase; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; }
        nav a:hover, .active { color: #d4af37; }
        section { padding: 90px 20px; max-width: 700px; margin: 0 auto; text-align: center; }
        h2 { font-family: 'Cinzel', serif; font-size: 2.4rem; text-transform: uppercase; letter-spacing: 4px; color: #ffffff; }
        .subtitle { font-family: 'Playfair Display', serif; font-style: italic; color: #d4af37; margin-bottom: 40px; }
        .track-list { background-color: #161616; border-radius: 8px; padding: 10px 25px; border: 1px solid #222222; }
        .track-item { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid #262626; }
        .track-item:last-child { border-bottom: none; }
        .track-info { text-align: left; }
        .track-time { color: #d4af37; font-size: 0.85rem; font-weight: 600; }
