body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

header {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2.5rem;
}

.navbar {
    margin-bottom: 20px;
}

.nav-link {
    color: white !important;
}

.hero {
    background-image: url('https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?auto=format&fit=crop&w=1500&q=80');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

.card {
    margin: 20px;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

section {
    scroll-margin-top: 80px;
}

.footer {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.text-gradient {
    background: linear-gradient(90deg, #fbb034 0%, #ffdd00 50%, #ff1e56 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: 'Segoe Script', cursive;
    letter-spacing: 2px;
}

.guitar-strings {
    pointer-events: none;
}

.guitar-string {
    border-radius: 1px;
    box-shadow: 0 1px 2px #bfa14a44;
}