body {
    background-color: #f5f5dc; /* Beige background */
    color: #4b3621; /* Dark brown text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    line-height: 1.6;
}

.container {
    max-width: 500px;
    width: 90%;
    text-align: center;
    padding: 40px 0;
}

h1 {
    font-size: 3rem;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.image-box {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #e0e0d0;
    margin-bottom: 30px;
    border: 1px solid #4b3621;
    background-image: url('https://i.scdn.co/image/ab67616d0000b273e536ca2a0b6bf91f1bdc89cb'); /* Put your artwork file here */
    background-size: cover;
}

.bio {
    font-size: 0.9rem;
    margin-bottom: 40px;
    text-align: left;
}

.release h3 {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

footer {
    margin-top: 60px;
    font-size: 0.8rem;
    border-top: 1px solid #4b3621;
    padding-top: 20px;
}

.contact p {
    margin: 5px 0;
}

a {
    color: #4b3621;
    text-decoration: none;
    font-weight: bold;
}