.profile img.cover-art {
    max-width: 250px;
    width: 100%;
    border-radius: 16px;
    border: 2px solid #ffb34d;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}
.profile h1 {
    font-family: "Goldman", sans-serif;
    font-size: 2.2rem;
    margin: 10px 0 5px;
    color: #ffb34d;
}
.profile .release-type {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ccc;
    margin-bottom: 20px;
}
.back-link {
    text-align: center;
    margin: 40px auto 20px;
}
.back-link a {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid #ffb34d;
    border-radius: 50px;
    color: #ffb34d;
    text-decoration: none;
    font-family: "Goldman", sans-serif;
    transition: all 0.2s;
}
.back-link a:hover {
    background-color: #ffb34d;
    color: #000;
}
