#lights {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
}

.aurora-container {
    width: 100%;
    height: 100%;
}

canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}