html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

body{
    background: linear-gradient(to bottom, #131b23, #0a1443);
}

#wrap {
    height: 100%;
    width: 100%;
}

canvas {
    display: block;
}