:root {
	--juno-gray: #6d6d6d;
	--juno-gray-light: #c1c1c1;
	--juno-gray-dark: rgb(61 61 61);
	--juno-red: rgb(147 41 33);
	--juno-blue: rgb(76 104 151);
	--juno-yellow: rgb(227 170 64);
}

a {
	text-decoration: none;
}
.app {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.alert {
	position: fixed;
	bottom: 0px;
	padding: 5px;
	z-index: 99999;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.success {
	background-color: #4caf50;
	color: white;
}

.warning {
	background-color: #ff9800;
	color: white;
}

.error {
	background-color: #f44336;
	color: white;
}

.info {
	background-color: #2196f3;
	color: white;
}
