canvas {
	height:20px;

}

button {
   width: 40px;
   height: 40px;
   border-radius:50%;
   background: none;
   border: 2px solid #e1a218;
   position: absolute;
   left: 4%;
   top: 20%;
   margin: 0px;
   cursor: pointer;
   outline: none;
}




button:hover {
 
  border: 2px solid #e1a218;
 
}






.ion-play {
   margin-right: -4px;
}

.icon {
   color: #e1a218;
   font-size: 20px;
   line-height: 35px;
}





















