diff --git a/template/src/App.css b/template/src/App.css
index e9e6b88ac0bdb778de685b582f48fdcd879e7ea4..15adfdc710ca89d2c427dcbb6716943e1029c73a 100644
--- a/template/src/App.css
+++ b/template/src/App.css
@@ -3,7 +3,7 @@
 }
 
 .App-logo {
-  animation: spin infinite 20s linear;
+  animation: App-logo-spin infinite 20s linear;
   height: 80px;
 }
 
@@ -18,7 +18,7 @@
   font-size: large;
 }
 
-@keyframes spin {
+@keyframes App-logo-spin {
   from { transform: rotate(0deg); }
   to { transform: rotate(360deg); }
 }