 #footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
  }

  #bubbles {
	background-color: black;
	margin: 0 auto;
	height: calc(100vh - 37px);
	width: 100vw;
  }


  #info {
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
  }

 body {
	margin: 0;
	background-color: black;
	color: #fff;
	font-family: 'Courier New', Courier, monospace;
	font-size: 24;
 }



/* .bottom { 
  position: absolute; 
  bottom: 0px;  
} */

/* table { 
	vertical-align: top;
	width : 100%; 
	table-layout: auto;
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: 'Courier New', Courier, monospace;
} */

/* .tableatbottom { 
	position: absolute; 
	bottom: 0px;  
	width : 100%; 
	table-layout: auto;
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12;
} */

/* a {
	color: #ff0;
	text-decoration: none;
} */

/* a:hover {
	text-decoration: underline;
} */

/* button {
	cursor: pointer;
	text-transform: uppercase;
} */

/* canvas {
	display: block;
} */

/* #info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
} */

/* .dg.ac {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2 !important;
} */
