**#y2022 #by::after**{
    visibility: visible;
    content: "2";
    animation: bug 3.5s linear 11.5s 1;
    
    animation: nwy 1s linear  infinite;
    animation-delay: 16s;
}
I tried to use two animation at different times but only one animation is working
