#matrixCanvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

body {
    margin: 0;
    background: #061a2b;
    font-family: 'Consolas', monospace;
    color: #00ccff;
}