.global-message
{
	width: 25rem;
	max-width: 90%;
	background: var(--text);
	color: #fff;
	text-align: center;
	padding: 0.5rem;
	border-radius: 0.25rem;
	margin: 1.5rem auto 2rem auto;
}
