:root {
  font-family: 'grid';
}

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


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


.container {
  color: #e000ff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}


@keyframes my-super-slant {
  from {  font-variation-settings: "RECT" 1, "ELSH" 4, "BACK" 900, "wght" 1; translate: -1500px; color: #e000ff;}
  to {  font-variation-settings: "RECT" 900,"ELSH" 1,"BACK" 1, "wght" 900; translate: 1500px; color: #980033;}
}
