body{
    margin:0;
    background:#000;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;

    height:100vh;
}

canvas{

    border:0.2px solid #00ff00;

    box-shadow:
        0 0 0.2px #00ff00;

}