
/*
Theme Name: Hello Musikklub Child
Template: hello-elementor
Author: ChatGPT Generator
Description: Child theme for Hello Elementor tailored for a music club style website.
Version: 1.0
*/

body{
    background:#0f0f0f;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

a{
    color:#ffcc00;
}

.hero-title{
    font-size:64px;
    font-weight:700;
}

.section-dark{
    background:#111;
    padding:80px 20px;
}

.event-card{
    background:#1a1a1a;
    padding:20px;
    border-radius:6px;
}
