@charset "utf-8";

/* Copyright (c) 2017 by K-T
Released under the MIT license
http://opensource.org/licenses/mit-license.php */

.fireworksBg {
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #011E3D;
    z-index: -1;
}

.container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}