:root {
  font-family: 'Climate Crisis';
}


.hand {
  position: fixed;
  z-index: 1;
}


h1 {
	text-decoration: none;
	color: #e000ff; 
  font-size: 350px;
  animation: my-super-slant 10s infinite;
} 


.container {
  color: #e000ff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}



@keyframes my-super-slant {
  from {  font-variation-settings: "YEAR" 1979; text-shadow: 0 0 0px #e000ff; color: transparent;}
  to {  font-variation-settings: "YEAR" 2050; text-shadow: 0 0 100px #e000ff; color: transparent;}
}

