body{
    background-color: blue;
}
.musicas{
    margin-top: 50px;
    color: white;
    text-align: center;
    display: flex;
}

audio{
    width: 230px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.top-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
}

header a {
    background-attachment: fixed;
    text-align: center;
    background-color: rgb(116, 0, 218);
   border-radius: 50px;
    margin: 10px 10px;
    font-size: larger;
   width: 100%;
    padding: 10px 30px ;
   text-decoration: none;
    color: aliceblue;

}
.ms1 img{
    width: 230px;
    height: 230px;
    border-radius: 20px;
    margin: 10px;
}
.ms2 img{
    width: 230px;
    height: 230px;
    border-radius: 20px;
    margin: 10px;            
}
.ms3 img{
    width: 230px;
    height: 230px;
    border-radius: 20px;
    margin: 10px;
}
.ms4 img{
    width: 230px;
    height: 230px;
    border-radius: 20px; 
    margin: 10px;   
}
.ms5 img{
    width: 230px;
    height: 230px;
    border-radius: 20px;
    margin: 10px;
}