@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animatedBackground{background:linear-gradient(-45deg,#8b8b8b,#a9a9a9,#f5f5f5,#e0e0e0);background-size:400% 400%;animation:gradient 15s ease infinite;height:100vh;width:100vw}