body {
	width: 100%;
	height: 100%;
	margin: 0;
}

#splash {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	position: fixed;
	background-color: white;
}

.progress-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.progress-ring__circle,
.progress-ring__background {
	margin-left: 12px;
	transition: 0.35s stroke-dashoffset;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

.logo {
	border-radius: 50%;
	padding: 10px;
	max-width: 35%;
	max-height: 35%;
}

#unity-canvas {
	width: 432px;
	height: 960px;
	background: #1F1F20;
}
