.leaf-float{position:absolute;width:120px;height:220px;border-radius:100% 0 100% 0;border:1px solid rgba(217,201,158,.18);transform:rotate(30deg);animation:drift 9s ease-in-out infinite}.leaf-float.one{top:14%;right:8%}.leaf-float.two{bottom:8%;left:8%;animation-delay:-4s}@keyframes drift{0%,100%{transform:translateY(0) rotate(30deg)}50%{transform:translateY(-22px) rotate(36deg)}}
