body { background: url("img/wp2.png") ; text-align: center; color: beige; padding-left: 15vw; padding-right: 15vw; } a { color: rgb(245, 82, 82); } abbr{ cursor: help; } .audio-players{ display: flex; justify-content: space-around; margin: 1.5em auto; } .audio { display: flex; flex-direction: column; align-items: center; width: 27%; padding: 20px; border-radius: 10px; background: linear-gradient(45deg, #dbc562aa, #92878dbb); box-shadow: #111 10px 20px 15px; transition-property: box-shadow, transform; transition-duration: .5s; transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); } .audio:hover { box-shadow: #111 15px 25px 30px; transform: scale(100.5%); } .audio img { background-color: #534e5588; box-shadow: #111 1px 1px 8px; border-radius: 15px; width: 100%; } audio { width: 100%; border-radius: 10px; background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%), linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%), linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%); box-shadow: #111 2px 2px 10px; }