.music-page{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.music-card{
    display: inline-grid;
    margin: 20px -30px;
    flex-basis: 30%;
    justify-content: center;
}
.stream-button{
    background-color: #fedba5;
    color: #013b22;
    border: 4px solid #fedba5;
    border-radius: 50px;
    padding: 5px;
    margin: 20px;
    max-width: 200px;
    font-weight: bold;
}
.music-img{
    max-width: 250px;
    border-radius: 25px;
}