.pbar-container {
	background-color: rgb(200, 200, 200);
	width: 100%;
	height: 20px;
	border-radius: 5px;
	border: 1px solid black;
}
.pbar {
	/*background-color: #2facf5;*/
	background-image: linear-gradient(#2facf5, black);
	color: white;
	text-align: center;
	width: 0%;
	height: 20px;
	border-radius: 5px;
}
