html {
	height: 100%;
	width: 100%;
}
body {
	background: white;
	color: black;
	margin: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	width: 100%;
}
.logo {
	width: 512px;
	height: 512px;  
}
.cs {
	font-size: 6vw;
	font-style: italic;
}
.cr {
	font-size: 2vw;
}
.d1 {
	z-index: 2;
	position: absolute;
	text-align: center;
	height: auto;
	width: 100%;
	top: 0px;
}
.d2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.d3 {
	position: absolute;
	text-align: center;
	height: auto;
	width: 100%;
	bottom: 0px;
}