body {
	font-family: Montserrat, sans-serif;
	color: #333;
	margin: 10px;
	background-color: #f1f4f8;
}

.error {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.error .msg {
	display: inline-block;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	white-space: pre-wrap;
	text-align: center;
}