@charset "utf-8";

#particles-js {
    position: fixed;
    /*描画固定*/
    z-index: -1;
    /*描画を一番下に*/
    width: 100%;
    height: 100%;
    /*背景色*/
    /* background-color: #070A31; */
}

.particles-js-canvas-el {
    max-width: 100%;
}
