#musicBtn {
  position: absolute;
  left: 50%;

  width: 64px;
  height: 64px;
  border-radius: 50%;

  border: none;
  cursor: pointer;

  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 20px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
}

.point {
  font-size: 25px;
  text-align: center;
}

.my_text{
  text-align: left
}