* {
	margin: 0;
	padding: 0;
}

progress {
	position: fixed;
	left: 40px;
	top: 5px;
	width: 160px;
	display: none;
}

svg {
	width: 100%;
	height: 100%;
	z-index: 10;

	background-color: blue;
	background: radial-gradient( rgba(0,0,255,.7), rgba(0,0,255,1) 30%);
}

.mousedown {
	cursor: none;
}

