
body { 
	margin: 0px; 
	padding: 0px;
	background: white;
}

#fs_wrapper {
	opacity: 0;
	cursor: pointer;
}

#shade {
	opacity: 0;
}

#container {
}

#drag_overlay {
}

#canvas {
	position: absolute;
	width: 800px;
	height: 800px;
}

#bg {
	background-color: #b3cdff;
}

.particle {
	position: absolute;
	width: 500px;
	height: 800px;
	margin-left: -100px;
	margin-top: -100px;
}


.rct {
	position: absolute;
	width: 300px;
	height: 600px;
}

.fs {
	position: absolute;
	width: 100%;
	height: 100%;
}

.wrap {
    overflow: hidden;
    text-overflow: clip;
}
.noEv{
  pointer-events: none;
}
.hidden {
	visibility: hidden;
}

.fc {
	display: flex;
	justify-content: center;
	align-items: center;
}