.console-3d{width:300px;height:200px;position:relative;transform-style:preserve-3d;animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.console-body{width:300px;height:200px;position:absolute;background:linear-gradient(45deg,#333,#666);border-radius:20px;transform:translateZ(10px)}.console-screen{width:240px;height:135px;position:absolute;top:20px;left:30px;background:#000;border-radius:10px;transform:translateZ(15px)}.console-button-1,.console-button-2{width:20px;height:20px;position:absolute;bottom:20px;background:red;border-radius:50%;transform:translateZ(20px)}.console-button-1{left:50px}.console-button-2{left:80px}.console-joystick{width:40px;height:40px;position:absolute;bottom:30px;right:50px;background:#333;border-radius:50%;transform:translateZ(20px)}.console-joystick:after{content:"";width:20px;height:20px;position:absolute;top:10px;left:10px;background:#666;border-radius:50%}