@-webkit-keyframes potcrush{
  from{transform: scale(1, 1);}
  to{transform: scale(1, 0.05);}
}

.easterpot{
   transform-origin: top;
  -webkit-animation: potcrush 5s 1 linear;
  -webkit-animation-fill-mode: forwards;
}

body{
  text-align: center;
  background-color: black;
}