How to fadeout the play svgs

The fade animation for the play svgs can be applied to:

body {} , .outer {} , or .thePlay {}

Which was demonstrated at post #5

animation: fadeInButtons;
@keyframes fadeInButtons;

animation: fadeOutButtons;
@keyframes fadeOutButtons;