.btn1 {
    margin-left:10px;
}
#imag1{
   margin-right:10px;
}
#list1{
    list-style: decimal;
}
.w-100 img{
    max-width:300px;
}
.imgout img{
border: 5px solid skyblue;
border-radius: 20px;
}
.carousel-inner img{
height:600px;
width:600px;
border-radius:10px;
border: 5px solid black;
}

.carousel-inner h1{
    text-shadow: 1px 1px black;
}
#carouselExampleIndicators{
    text-align:center;

}
.carousel-control-prev{
    background-color:black;
}
.carousel-control-next{
    background-color:black;
}
.carousel-indicators [data-bs-target] {
    background-color:black;
}
.col-md-6{
   margin-top:5px;
    width:100%;
}

.artists{
    display:flex;
    text-align:center;
    flex-direction:row;
    justify-content:space-between;
    
}
.artists img{
    border: 5px solid black;
    border-radius:50%;
    width:300px;
    margin:20px;
}
.artists p{
    font-size:20px;
    margin:20px;
}
