body{

justify-content:center;
align-items:center;
height:100vh;
background:  #00772c;


font-family:sans-serif
}
.player{
width:320px;
text-align:center
}
.cover{
width:100%;
border-radius:24px;
box-shadow:0 10px 30px rgba(0,0,0,.2)
}
.controls{
margin-top:10px
}
.controls button{
font-size:28px;
margin:0 12px;
border:none;
background:none;
cursor:pointer
}
input[type=range]{
width:100%
}
.time{
display:flex;
justify-content:space-between;
font-size:14px;
opacity:.7
}
