html, body {
  margin: 0;
  padding: 0;
}
canvas {

}

p{
 color:white;
 
}


/*FOOTER*/
.footer {
    font-family: Roboto mono;
    position: fixed;
    padding-left: 18px;
    bottom: 18px;
    width: 100%;
    font-size: 12px;
    color: white;
}