@charset "utf-8";
*{margin:0;padding:0;}

body {
	background: #1e1f26;
	display: grid;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}
svg #steps path:last-child {
	opacity: 0;
}