*{
    margin: 0;
    padding: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}


audio{
    width: 80%;
  
   
}
.hero{
    width: 100%;
    height: 100vh;
    background: #a9a9a9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.music{
    width: 90%;
    max-width: 900px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(red, 0, 0, .4);
    background: white;
    color: #555;
    border-radius: 8px;

}
.track{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.track img{
   width: 80px;
   height: 80px;
    margin-right: 30px;
    cursor: pointer;
}



