body{
    background:#111;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    margin:0;
    font-family:Arial;
}

#loader{
    position:absolute;
    color:white;
    font-size:30px;
}


canvas{
    display:block;
    background:black;
}