.blob{--blob-size:98px;--y-bounce:2%;justify-content:center;align-items:center;animation:7s ease-in-out infinite bounce;display:grid;transform:translateZ(0)}.blob .blob-face{height:var(--blob-size);width:var(--blob-size);display:block}.blob-facing-left .blob-face{transform:scaleX(-1)}.blob:nth-child(2){animation-delay:.5s}.blob:nth-child(3){animation-delay:.75s}.blob-awww{--blob-size:125px}@keyframes bounce{20%{transform:translateY(var(--y-bounce))}50%{transform:translateY(calc(var(--y-bounce) * -1))}80%{transform:translateY(var(--y-bounce))}}
