diff --git a/website/style.css b/website/style.css
index 7a644490737f2e59c040cf492cdd089722f3a545..f769cf51230b08bffc2450d1d3b1f8baf5e6d811 100644
--- a/website/style.css
+++ b/website/style.css
@@ -135,6 +135,7 @@ header {
   -webkit-animation-fill-mode: forwards;
   animation-timing-function: ease-out;
   -webkit-animation-timing-function: ease-out;
+  transform: translateZ(0);
 
 }
 @keyframes first-event {
@@ -202,6 +203,7 @@ footer img {
   animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-iteration-count: infinite;
+  transform: translateZ(0);
 }
 
 @keyframes gradient-counter {