.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;

}
body{
    background-color: black;
    color: white;
}
h1{
    text-align: center;
}
ol{
    padding-left: 350px;
}
p{
    padding-left: 300px;
}
h2{
    padding-left: 100px;
}

.Album{
    display: flex;
    justify-content: space-around;
}
.Album2{
    display: flex;
    justify-content: space-around;
}
h5{
    text-align: center;
}
h1{
    border: dashed rgb(14, 14, 128);
}
.concert{
    display: flex;
    justify-content: space-around;
}
a{
    color: aliceblue;
}
a:hover{
    background-color: blueviolet;
}
a:visited{
    color:blue;
}
