*{box-sizing:border-box}html,body{height:100%;margin:0}#root,.page{height:100%}.gift-wrap{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;padding:2rem}.gift-wrap a{color:#fff}.gift-background{align-items:center;background:#161f37;border-radius:.5rem;box-shadow:inset 2px 2px 4px #0000007f;display:flex;height:200px;justify-content:center;width:200px}.gift.gift--wrapped{cursor:pointer;animation:4s ease-in 2s infinite hop;font-size:6rem}@keyframes hop{0%{transform:translateY(0)}3%{transform:translateY(-5%)}6%{transform:translateY(0)}9%{transform:translateY(-5%)}12%{transform:translateY(0)}15%{transform:translateY(-5%)}18%{transform:translateY(0)}to{transform:translateY(0)}}.animals{align-items:center;background:#212e52;display:flex;flex-direction:column;height:100vh;justify-content:space-around;overflow:hidden;pointer-events:none;position:absolute;width:100vw;z-index:-1}.animals .row:nth-child(2n){transform:translate(-5rem)}.animals .row{display:flex;font-size:2rem;gap:2rem;justify-content:space-around;padding:2rem;min-width:100%}.animals .cell{animation:1s linear 0s infinite swim}.animals .cell:nth-child(2n){animation-direction:alternate}.animals .cell:nth-child(odd){animation-direction:alternate-reverse}@keyframes swim{0%{transform:translateY(-10%)}to{transform:translateY(10%)}}
