html {
	scroll-behavior: 		smooth;
}

#szonyeg {
	max-width:				576pt;
	margin:					auto;
}

.lec li {
	opacity:				0.381966;
}

.lec a {
	text-decoration:		none;
}

.lec li:hover {
	opacity:				1;
}

.lec ul {
	display:				flex;
	flex-wrap:				wrap;
	justify-content:		space-evenly;
	
	list-style-type:		none;
	font-size:				smaller;
}