/* 画面全体を黒い宇宙空間にするスタイル設定 */
body {
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

canvas {
    display: block;
}