.player-ctrl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 50px;
  width: 100%;
}
.player i {
  font-size: 18pt;
  color: white;
  line-height: 10px;
  padding: 0px;
}
.player p {
  font-family: verdana;
  font-size: 10pt;
  padding-left: 10px;
  color: #222;
}
.player a {
  background-color: #ff4700;
  border-radius: 5px;
  padding: 10px 10px 10px 14px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}