html, body {
    height: 100%;
    margin: 0;
    background-color: #282a36;
}

#root {
    height: 100%;
}

.light-rays-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
