
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.2);
}

canvas{
  box-shadow: #5c635c 0 0 10px 0;
}