

button#orange-play {

    border: 0;

    background: transparent;

    cursor: pointer;

    outline: none;

    width: 3.5rem;

    height: auto;

}



#orange-play-button-path {

    stroke: black;

    fill: black;

    transition: 0.4s;

}

#orange-play-button-path:hover {

    stroke: #6268c2;

    fill: #6268c2;

    transition: 0.4s;

}

#orange-play-button-path.active,

#orange-play-button-path.active:hover {

    stroke: #a8ca34;

    fill: #a8ca34;

}

