.changeBrightness{animation:brightnessAnimation 1s infinite,strtTop 1s forwards}@keyframes brightnessAnimation{0%{filter:brightness(1.2)}to{filter:brightness(1)}}@keyframes strtTop{0%{top:0}to{top:50px}}