* {
	border: none;
	margin: none;
	border-collapse:collapse;
}

body {
	background: white;
	overflow: hidden;
}

#container {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#circ {
	height: 100vh;
	width: 100vw;
	/*height: 100vmin;
	width: 100vmin;*/
	margin: auto;
}

canvas {
	position: absolute;
	left:0;
	top: 0;
}

.textlog_tb {
	position: absolute;
	left: 50.2vw;
	top: 22vh;
	width: 42vw;
	height: 25vh;
	display: flex;
	font-family: monospace;
	font-weight: 100;
	font-size: 1vh;
	color: rgba( 42, 42, 42, .42 );
	z-index: -1;
	overflow: hidden;
}
.textlog_tb span {
	align-self: flex-end;
}
.textlog_over {
	position: absolute;
	left: 50.2vw;
	top: 22vh;
	width: 42vw;
	height: 25vh;
	background-size: cover;
	background-image: linear-gradient( to bottom, rgba( 255, 255, 255, 1), rgba( 255, 255, 255, 0.42) );
}


div#logo {
	position: absolute;
	right: 51vw;
	top: 50vh;
	opacity: .042;
}
div#logo img {
	max-height: 2vh;
	max-width: 4.9vw;
}