body {
    background: #bcbcbc;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #232323;
}

.navbar {
    margin-bottom: 32px;
}

.logo-img {
    border: 8px solid #141414;
    border-radius: 8px;
    max-width: 480px;
    background: #e6e6e6;
}

.band-img {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    max-width: 400px;
}

.blockquote {
    font-size: 1.08rem;
    color: #222;
    margin-top: 24px;
}

.blockquote-footer {
    font-size: 0.92rem;
    color: #5c5c5c;
}

.ratio iframe {
    border-radius: 8px;
    border: 2px solid #232323;
}

footer {
    background: none;
    color: #565656;
    font-size: 0.9rem;
}

/* Social icons hover effect */
a img:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
}

/* Responsive typography example */
@media (max-width: 768px) {
    .logo-img, .band-img {
        max-width: 100%;
    }
}
