@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

* {
	margin: 0;
	padding: 0;
}


html,body{
	font-family: 'Zen Maru Gothic', serif;

	position: relative;
	width: 100%;
	height: 100%;
	/*font-size: 0;*/
	/* background: rgb(255, 234, 249); */
	background: rgb(255, 255, 255);
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
	height: 100%;
}


.Introduction{

	width:40%;
	margin:1vw;
	margin-right:2vw;
	/*border:solid rgba(0,0,0,1) 1px;*/
}

.Introduction h3{
	color:rgb(0, 0, 0,0.7);
	font-size:5em;
	font-weight: 900;
	letter-spacing: 1.5vw;
	line-height: 1.1em;
	white-space: pre-line;
}

.Introduction p{
	margin:2vw 0.5vw 0.5vw 1vw ;
	padding-left: 2vw;

	color:rgb(0, 0, 0,0.7);
	font-size:1.1em;
	font-weight: 400;
	line-height: 1.2em;

	white-space: pre-line;
	border-left:dotted rgba(0,0,0,1) 2px;
	border-radius: 4vw;
}

canvas {
	object-fit: contain;
	width: 100% !important;
	height: 100% !important;
	image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  /*border:solid rgba(0,0,0,1) 1px;*/
}

.dg.ac {
	z-index: 1000;
}

.dg.a {
	margin-right: 0;
}

.dg.ac .cr.boolean .property-name {
	width: 80%;
}

.dg.ac .cr.boolean .c {
	width: 20%;
}

