﻿body {
}

.text-artis th {
    color: #d80000 !important;
    text-transform: uppercase;
    font-weight: 500;
}

.text-artis td {
    text-transform: uppercase;
    font-weight: 500;
}



.Music-detail div {
    display: flex;
}

    .Music-detail div p:last-child {
        color: rgba(0, 0, 0, 0.764);
        font-weight: 450;
    }

    .Music-detail div p:first-child {
        font-weight: 500;
    }

.my-album-list {
    border: none !important;
}

    .my-album-list .card-body {
        padding: 0;
    }

        .my-album-list .card-body .card-text {
            text-align: start;
        }
.image-grid {
    columns : 5;
}
@media (max-width: 1199.98px) { 
        .image-grid {
         columns : 4;
        }
}

@media (max-width: 767.98px) { 
    .image-grid {
        columns : 2;
    }
    .center-music img{
        width: 80%; 
    }
}
@media (min-width: 767.98px) { 
    .center-music {
        
    }
    .custom-img-detai-re {
    box-shadow: -15px -15px 0px -2px rgba(255, 255, 255), -15px -15px 0px 0px rgba(194, 194, 194, 0.5);
    max-height : 350px;
    }
}

@media (max-width: 991.98px) {
      .image-grid {
            columns : 3;
        }
}

