﻿* {
	padding: 0px;
	margin: 0px;
}

html,
body {
	height: 100%;
}

.env.dev,
.env.local {
	font-family: "Arial Regular", "Arial", sans-serif;
	color: white;
	font-size: 24px;
	display: inline-block;
	color: red;
}

.env.uat {
	font-family: "Arial Regular", "Arial", sans-serif;
	color: white;
	font-size: 24px;
	display: inline-block;
	color: yellow;
}

.environment-PRODUCTION {
	display: none;
}
