#rocket{position:fixed;right:10px;bottom:-120px;cursor:pointer;opacity:0;transition:bottom 0.5s 0.2s,opacity 1s;}#rocket.visible{opacity:1;bottom:50px;transition:bottom 0.5s 0.2s,opacity 0.1s;z-index:2}#rocket img{position:relative;z-index:1}#rocket canvas{position:absolute;top:78px;left:8px}#rocket.launch{opacity:1;-webkit-animation:launch 0.8s infinite ease-in;animation:launch 0.8s infinite ease-in;transition:bottom 0.8s cubic-bezier(0.160,0.015,0.990,0);}@-webkit-keyframes launch{0%{margin-right:0px;transform:rotate(2deg)}25%{margin-right:20px;transform:rotate(0deg)}50%{margin-right:10px;transform:rotate(-2deg)}100%{margin-right:0px;transform:rotate(0deg)}}@keyframes launch{0%{margin-right:0px;transform:rotate(2deg)}25%{margin-right:20px;transform:rotate(0deg)}50%{margin-right:10px;transform:rotate(-2deg)}100%{margin-right:0px;transform:rotate(0deg)}}