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

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


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

} 


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

}


@keyframes my-super-slant {
  from {  font-variation-settings: "YTUC" 100; translate: -1500px; transform: skew(0deg, 0deg); color: #e000ff;}
  to {  font-variation-settings: "YTUC" 900; translate: 1500px; transform: skew(90deg, 0deg); color: #980033;}
}
