#player {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 80px;
  color: white;
  background-color: black;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

#player svg {
  width: 35px;
  height: 35px;
  fill: white;
}
