#progress {
	position: fixed;
	bottom: 20px;
	right: 10px;
	height: 45px;
	width: 45px;
	display: none;
	place-items: center;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
  }
  #progress-value {
	display: block;
	height: calc(100% - 15px);
	width: calc(100% - 15px);
	background: rgb(241, 243, 245);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 25px;
	color: #001a2e;
  }