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

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


h1 {
	text-decoration: none;
	color: #e000ff; 
  font-size: 700px;


} 

h1:hover {
	color: #980033;
  animation: my-super-slant 0.5s infinite alternate;
  }

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


@keyframes my-super-slant {
  from {  font-variation-settings: "YTUC" 100; }
  to {  font-variation-settings: "YTUC" 900; }
}

