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

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



.container {
  height: 1200px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.ottos {
font-size: 5000px;
animation: my-super-slant 3s infinite  ease-in-out;
color: #e000ff;
margin-top: -180px;
}




@keyframes my-super-slant{
  0% { font-variation-settings: "wght" 300, "wdth" 200; transform: rotate3d(0,0,0,0deg) rotateX(90deg); }
  30% { font-variation-settings: "wght" 700, "wdth" 50;transform: rotate3d(180,180,180,0deg) rotateY(180deg);}
  100% { font-variation-settings: "wght" 300, "wdth" 50;transform: rotate3d(180,180,180,0deg) rotateY(180deg);}

}
