.error-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background-color: #FFFFFF;	
}

.error-row {
	max-width: 50%;
	font-size: 28px;
	font-weight: bold;
}