body {
    font-family: 'Cairo', 'sans-serif';
}

p, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Cairo', 'sans-serif';
}
.image-container {
    position: relative;
    width: 100%; 
    height: 600px;
}

.image-container .image-with-opacity {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    opacity: 0.7;
}

.image-container .position-absolute {
    padding: 10px;
    border-radius: 5px;
}
.artistbody {
    padding-top: 90px;
    background: linear-gradient(to bottom, #1C293E, #35383D, #1C293E);
    min-height: 100vh;
    margin: 0;
}

.fa-chevron-right , .fa-chevron-left{
    color: black;
}
.pagination .page-link {
    background-color: transparent !important;
    border: none; 
}
.pagination .page-item.active .page-link {
    background-color: transparent !important; 
}
.pagination .page-link:hover {
    background-color: rgba(0, 0, 0, 0.05); 
}

.albumImage{
 width: 300px;
 height: 200px;
 border-radius: 20px;
}