.error-title {
	font-size: 30px;
	line-height: 42px;
	font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
	font-weight:700;
	color: black;
	margin-bottom: 35px;
}

.error-message {
	font-size: 15px;
	line-height: 20.625px;
	font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: black;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: rgba(248, 248, 248, 0.36);
	padding: 30px;
}