:root {
	--translateheight: 1px;
}

body {
	background: black;
	color: white;
	font-family: sans-serif, Arial;
}

body, html {
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	perspective: 1500px;
}

.dicom-container {
	width: 512px;
	height: 512px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 24px;
	position: relative;
	transform: rotatex(-1deg) rotatey(26deg) rotateZ(0deg);
	transform-style: preserve-3d;

}

.dicom-container > div {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	height: 100%;
}

.dicom-container > div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.005;
	
}

.parameters {
	position: absolute;
	top:0;
	left:0;
	z-index:10000;
}

.retegkiemeles {}
