.music-career-page {
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center;
}

.profile-section {
    margin-bottom: 40px;
}

.profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.profile-image {
    width: 450px;
    border-radius: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-info h1 {
    font-size: 2em;
    margin: 10px 0;
}

.profile-info h2 {
    font-size: 1.2em;
    margin: 10px 0;
}

.profile-info p {
    font-size: 1em;
    width: 60%;
    margin: 20px auto;
}

.bands-section {
    margin-top: 40px;
}

.bands-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.band-item {
    width: 250px;
    margin: 20px;
    text-align: center;
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.band-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.music-player {
    margin-top: 10px;
}

h3 {
    font-size: 1.5em;
    margin-top: 10px;
}

audio {
    width: 100%;
    margin-top: 10px;
}
