html, body {
	border-style: none;
	height: 100%;
	margin: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #000000;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	color: #ffffff;
	font-family: 'Italianno', cursive;
	font-size:84px;
	text-shadow: 5px 5px 10px #000000;
}
a:link
	{
	text-decoration: none;
}

.help {
	border: 1px solid red;
}
.help2 {
	width: 100%;
	height: 5%;
}

.fent {
	display: flex;
	justify-content: center;
	align-items: center;
}
.base {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
}
.lent {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Work sans", Arial;
	font-size: 15px
}

.hatter {
	
}

.hattervideo{
	position: absolute;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: -50%;
	left: -50%;
	transform: translate(-50%, -50%);
}

.gombdoboz{
	text-align: center;
	
}
.gombok{
	font-family: "Work sans", Arial;
	font-size: 20px;
	color: #ffffff; 
	background-color: rgba(0, 0, 0, .5);
	padding: 10px;
	margin: 10px;
	border:2px ridge #ffffff;
	border-radius: 20px;
	display: inline-block;
	width: 200px;
	text-align: center;
}
.gombok:hover{
		color:#000000;
		background-color: rgba(255, 255, 255, .5);
		}
.nolink{
	font-family: "Work sans", Arial;
	font-size: 20px;
	color: #ffffff; 
	background-color: rgba(0, 0, 0, .5);
	padding: 10px;
	margin: 10px;
	border:2px ridge #ffffff;
	border-radius: 20px;
	display: inline-block;
	width: 200px;
	text-align: center;
}