.party { animation: random 10s linear infinite; }
@keyframes random { 50% { font-size: 120px; } }