html,
body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    background-color: #000;
}

.waves {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.waves canvas {
    display: block;
    width: 100%;
    height: 100%;
}

/* Keep Flatsome above the animation */
#wrapper {
    position: relative;
    z-index: 1;
    background: transparent;
}

#main,
.page-wrapper {
    background: transparent;
}