@import "https://fonts.googleapis.com/css?family=VT323";h1{color:red;text-align:center;font-family:"VT323";font-size:68px;margin:0;padding:0}p{display:block;text-align:center;color:green;margin:10px 0 20px;padding:0;font-family:"VT323"}html,body{background:linear-gradient(165deg, #000, #333) fixed}canvas{margin:0 auto;display:block;height:600px;width:800px;border:3px solid white;cursor:none}.rotate{animation:rotate 60s infinite linear}@keyframes rotate{0%{transform:rotate(0deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}
