.random-object-canvas{position:absolute;width:100%;height:100%;overflow:hidden;top:0}.random-object-canvas>div{transition:transform 10s linear}.galactic-header h2,.galactic-header h3{position:relative;z-index:1;text-align:center;font-weight:700;justify-content:center;display:flex;color:black;font-size:2.5rem;margin:7rem auto 0;text-shadow:0 1px white,1px 0 white,-1px 0 white,0 -1px white}.galactic-header h3{font-size:2rem;margin:.5rem 0}.galactic-header h2 span{transform:translateY(-150%);animation:bounceIn 2s cubic-bezier(.68,-.55,.55,1.55) forwards}.galactic-header>a{z-index:3;position:relative;display:flex;justify-content:center;margin:5rem auto 0;width:-moz-fit-content;width:fit-content;cursor:pointer}.galactic-header>p{color:white;text-align:center}.galactic-header>p a{cursor:pointer;position:relative;z-index:3}.galaxy-spinner-wrapper{z-index:1;position:relative;width:-moz-fit-content;width:fit-content;height:100%;margin:5rem auto 0}.galaxy-spinner{width:350px;height:350px;background-position:50%;background-size:cover;animation:spin 180s linear infinite}@keyframes spin{0%{transform:rotateX(50deg) rotate(0)}to{transform:rotateX(50deg) rotate(1turn)}}@keyframes bounceIn{0%{transform:translateY(-150%)}60%{transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (min-width:562px){.galaxy-spinner-wrapper{z-index:1;position:relative;width:-moz-fit-content;width:fit-content;height:100%}.galaxy-spinner{width:500px;height:500px}.galactic-header h2{font-size:4rem;margin:7rem auto 0}.galactic-header h3{font-size:3rem}}@media (min-width:720px){.galaxy-spinner-wrapper{margin:2rem auto 0;z-index:1;position:relative;width:-moz-fit-content;width:fit-content;height:100%}.galaxy-spinner{width:700px;height:700px}.galactic-header h2{margin:7rem auto 0;font-size:5.5rem;word-wrap:normal}.galactic-header h3{font-size:4rem}.galactic-header h2 span{transform-origin:bottom center}}@media (min-width:1000px){.galactic-header h2{font-size:7rem}.galaxy-spinner{width:800px;height:800px}}