.error-image img {
	width: 100%;
	max-height: 29rem;
}
.error-image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg,rgba(8, 8, 8, 0) 20%, rgb(8, 8, 8,1) 100%);
	bottom: 0;
}
.report_content {
  display: inline;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.report_content h3 {
	text-align: center;
	margin: 6px 0 20px 0;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--span-color);
}
.report_texts_block {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	z-index: 2;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	flex-direction: row;
	align-items: center;
	gap: 10px;
	width: 800px;

}
.report_card {
	width: 400px;
	border-radius: 18px;
	background-color: var(--dark);
	padding: 20px 30px 10px 30px;
	display: inline;
	height: 300px;
}
.report_oops {
	display: flex;
	font-size: var(--font-size-default);
	font-weight: var(--font-weight-7);
	color: var(--text-custom);
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
	height: 40px;
}
.report_code {
	margin-top: 45px;
	text-align: center;
	font-size: var(--font-size-6xl);
	font-family: var(--font-family-1);
	font-weight: var(--font-weight-8);
    text-transform: uppercase;
	color: var(--light);
	line-height: normal;
	opacity: 0.1;
    margin-bottom: 5px;
}
.description {
	width: 100%;
	font-size: var(--font-size-l);
	display: flex;
	color: var(--light);
	font-weight: var(--font-weight-8);
	justify-content: center;
	padding-block: .3rem;
}
.report.name {
    display: flex;
    width: 100%;
	padding: 4px 0;
    font-size: 24   px;
    justify-content: center;
    color: var(--light);
    text-transform: uppercase;
	text-align: center;
}
.report.position {
    display: flex;
    width: max-content;
    justify-content: center;
    color: var(--light);
    text-transform: uppercase;
    margin-bottom: 16px;
}
.dbutton {
	background-color: var(--midtones);
	color: var(--light);
	opacity: 1;
	text-transform: uppercase;
	margin-top: 10px;
	position: absolute;
  	bottom: 10px;
  	left: 15%;
}
.fbutton {
	background-color: var(--midtones);
	color: var(--light);
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
  	bottom: 10px;
  	left: 65%;

}