body{margin:0}::selection{background:rgba(0,0,0,0)}*{outline:none}.space{background:#0A0805;background-image:url("https://images.unsplash.com/photo-1516339901601-2e1b62dc0c45?fit=crop&w=971&q=80");height:100vh;width:100vw}.planet-area{overflow:hidden}.planet{position:fixed;left:0px;bottom:0px;transform:translate(-40%, 40%);z-index:2}.rocket{position:fixed;left:300px;bottom:400px;transform:rotate(-6deg) scale(0.8)}.lift-of{animation:lift-of 10s}@keyframes lift-of{0%{left:300px;bottom:400px;transform:rotate(-6deg) scale(0.8) ease-out}100%{left:110vw;bottom:110vh;transform:rotate(30deg) scale(1)}}.control-panel{position:fixed;bottom:50px;right:50px;padding:20px;border-radius:20px;background-color:gray;background:repeating-linear-gradient(45deg, yellow, yellow 20px, black 20px, black 40px);box-shadow:0 0 20px #000000}.control-panel .control-panel__inner{text-align:center;width:500px;padding:20px 0;border-radius:15px;background:#000;box-shadow:0 0 20px #000000}.control-panel .control-panel__inner #password{color:white;padding:7.5px 10px;border-radius:5px;background:rgba(0,0,0,0);border:solid 2px yellow;margin-right:5px}.control-panel .control-panel__inner #password::selection{background:yellow;color:black}.control-panel .control-panel__inner #password-check{cursor:pointer;background:yellow;border-radius:5px;border:solid 2px yellow;padding:8px 20px}.control-panel .control-panel__inner .check-buttons{display:flex;justify-content:space-around;padding-top:30px}.control-panel .control-panel__inner .levers{display:flex;justify-content:space-around;padding:30px 0}.control-panel .control-panel__inner .levers input{writing-mode:bt-lr;-webkit-appearance:slider-vertical;width:8px;height:175px;padding:0 5px}.control-panel .control-panel__inner #launch{color:white;height:80px;width:80px;border-radius:50%;background:red;background-image:radial-gradient(circle at center, #eb0000 0, #9c0000 100%);border:solid 2px #8a0000;outline:none;cursor:pointer}.control-panel .control-panel__inner #launch:disabled{opacity:0.3}
