body{
    background: black;
    color: white;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

canvas{
    border: 1px solid white;
}