html, body {
    margin: 0;
    padding: 0;
  }
   canvas {
    display: block;
    min-height:100vh;
    margin:0;
    max-height:100vh;

  }

  * {
    overflow:hidden;
    }

   .container {
    display: flex; 
    justify-content: center;
    align-items: center;
    max-width:100vw;
    min-height:100vh;
    max-height:100vh;
    margin-top:0;
  }

  .title {
    position:absolute;
    width:100vw;
    text-align: center;
    top: 10;
    font-family: 'Bangers', cursive;
  }

  #infobar{
	
		position: absolute;;
		bottom:3%;
		right:3%;
	}

	.infolink, .infolink:hover,.infolink:active,.infolink:visited{
		text-decoration: none;
		color:white !important;
	}
	.infolink i:hover{
		color:lightgray !important;
	}
  
