body {
	margin: 0;
	line-height: normal;
}

.error-page {
	width: 100%;
	height: 98vh;
	position: relative;
	background-color: #f3f5f8;
	overflow-y: auto;
	text-align: left;
	font-size: 24px;
	color: #4d4d4d;
	font-family: Poppins;
}

.isam-1-icon {
	position: absolute;
	top: 50px;
	left: 455px;
	width: 133px;
	height: 133px;
}

.frame-text {
	position: absolute;
	top: 205px;
	left: 455px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.thats-an-error-container {
	align-self: stretch;
	position: relative;
}

.thats-an-error {
	font-weight: 500;
	color: #999898;
}

.the-requested-url-shhs-was-no-parent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.the-requested-url-shhs-was {
	position: relative;
	font-weight: 500;
}

.thats-all-we {
	position: relative;
	font-weight: 500;
	color: #999898;
}

.system-1-icon {
	position: absolute;
	top: 329px;
	left: 912px;
	width: 231px;
	height: 231px;
}