* {
  user-select: none;
  position: absolute;
  margin: 0;
  padding: 0;
}
    
body, div {
  overflow: hidden;
}

img {
  height: 100%;
  width: auto;
  image-rendering: pixelated;
}

.vertically-animated {
  width: 100%;
  height: auto;
}

#body {
  width: 54px;
  height: 45px;
}

#body-east {
  width: 54px;
  height: 42px;
}

#head {
  width: 84px;
  height: 75px;
}
