﻿body {
}

.vinylcassette-brand-bg {
    background-color: #ffd700; /* Gold/Yellow */
    color: #212529; /* Bootstrap text-dark */
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    display: inline-block;
}

.album-box {
    width: 500px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    text-align: center;
}

.mb-extra {
    margin-bottom: 6rem; /* Double the default mb-5 (which is 3rem) */
}

.album-box-lower {
    /* existing styles */
    text-align: left;
}

