: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 {
color: #e000ff;
margin-top: -180px;
font-size: 1200px;
animation: my-super-slant 1s infinite alternate ease-in-out;
}


@keyframes my-super-slant{
  0% { font-variation-settings: "wght" 300,"wdth" 50;   filter: blur(0px);}
  100% { font-variation-settings: "wght" 700,"wdth" 50;   filter: blur(20px); }
}
