$maxWidth: 960px;
$cardWidth: 100px;
$cardHeight: 130px;

$colorMain: #3498db;
$colorMainDarker: #2980b9;
$colorSecundary: #9b59b6;
$colorSecundaryDarker: #9b59b6;

html,
body {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	overflow:visible;
	background-image: radial-gradient(circle at center center, transparent 0%,rgb(0, 0, 0) 99%),repeating-linear-gradient(0deg, rgba(24, 24, 24, 0.2) 0px, rgba(19, 19, 19, 0.2) 1px,transparent 1px, transparent 6px),repeating-linear-gradient(90deg, rgba(84, 84, 84, 0.2) 0px, rgba(0, 0, 0, 0.2) 1px,transparent 1px, transparent 6px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33));
	z-index: 0;


}


.container {
	position: relative;
	width: 100%;
	max-width: $maxWidth;
	min-height: 100%;
	margin: 0px auto;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

  

#bg {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
  }
  #bg img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	opacity: 10%;
	z-index: -3;
  }
  /* #three_floater {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	opacity: 10%;
	z-index: 20;
  } */

  canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
