body::after {
	content: "Staging";
	color: white;
	background-color: red;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 15px;
	font-size: 2rem;
}