html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	position: fixed;
	background-color: #f2f2f2;
	
	overflow: hidden;
	overscroll-behavior: none;
	
	touch-action: none;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	font-family: "Poppins";
}
.bubble {
	position: absolute;
}
.bubble.card {
	overflow: hidden;
}
.card-frame {
	background-color: rgba(250,250,250,1);
	line-height: 0px;
	padding: 5px;
}
.card-frame .caption {
	line-height: normal;
}
.card-frame hr {
	margin: 0px;
	border-top: 1px solid rgba(200,200,200,1);
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.card-frame h6 {
	font-size: 50%;
	color: transparent;
	margin: 0px;
}
.card-frame h3 {
	font-weight: 600;
	font-size: 150%;
	color: rgba(5,5,5,1);
	margin: 0px;
}
.card-frame h4 {
	font-weight: normal;
	font-size: 100%;
	color: rgba(5,5,5,1);
	margin: 0px;
}
h1 {
	font-weight: 600;
	font-size: 250%;
	line-height: 120%;
	color: rgba(5,5,5,1);
	margin: 0px;
}
h4 {
	font-weight: normal;
	font-size: 100%;
	color: rgba(5,5,5,1);
	margin: 0px;
}
a {
	text-decoration: none;
	color: rgba(5,5,5,1);
}
div {
	text-decoration: none;
	color: rgba(5,5,5,1);
}
#console {
	z-index: 999;
}
.console-entry {
	font-size: 10pt;
	color: #ccc;
	font-family: "Arial";
}
#background {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
.point {
	position: absolute;
	z-index: 999;
	background-color: red;
	width: 2px;
	height: 2px;
}
.lineSvg {
	position: absolute;
	z-index = 998;
}
.line {
	stroke-width: 0.2;
}