html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	color: white;
}

.logo{
	margin-top: 20px;
	margin-left: 20px;
	width: 50px;
	height: 50px;

}

.fullscreen-bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -100;
}

.vfkozepre {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.cim{
	font-size: 50px;
}

.gombdoboz{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.gomb{
	width: 200px;
	margin: 10px;
	padding: 20px;
	background: rgba(20, 20, 20,0.5);
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #000;
	display: inline-block;
	color: white;
}

.gomb:hover {
	filter: invert(100%);
	box-shadow: none;
}

.fullscreen_bg-video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

