.document-line {
	box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotateY(180deg);
	transform: translate(-50%, -50%) rotateY(180deg);
	font-weight: 900;
	font-size: 30px;
	border: 5px solid rgb(255, 204, 108);
	border-radius: 10px;
	width: 80%;
	height: 70%;
	opacity: 0.8;
	z-index: 50;
}