 html,
 body {
     /* background-color: #000000;*/
     /* color: #ffffff;*/
     font-family: 'Nunito', sans-serif;
     font-weight: 200;
     height: 100vh;
     margin: 0px;
     padding: 0px;
     overflow: hidden;
 }

 #canvas {
     /*position: relative;*/
     /* margin: auto;
     display: block;
     width: 100vw !important;
     height: auto !important; */
     position: absolute;
     top: 0;
     /* bottom: 0; */
     left: 0;
     right: 0;
     margin: auto;
 }

 img {
     display: block;
     height: auto;
     padding: 0px;
     /* margin: 0px; */
     margin: auto;

 }

 #footer {
     position: fixed;
     bottom: 0;
     width: 100%;
 }




