@import url("/Assets/CSS/Lesson.css");
@import url("/Assets/CSS/SlidePoint.css");

slides {
	top: 30vh;
	left: calc(50vw - 30vh);
	width: 60vh;
	height: 40vh;
	background: white;
}
slide object {
	width: 100%;
	height: 100%;
}

image {
	width: 1000;
	height: 700;
	filter: drop-shadow(0 0 3px #555);
}
text {
	font-size: 50px;
	text-anchor: middle;
}