* {
	margin: 0;
	padding: 0;
	border: 0;
}

/*** header ***/

body {
	background-color: #2b0604;
}

.h_blok {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #490607;
	border-radius: 5px;
	color: #ddd;
	padding: 30px;
	letter-spacing: 4xp;
	word-spacing: 3px;
}

.h_blok iframe {
	width: 560px;
	height: 315px;
}

.h_blok h2 {
	font-weight: 300;
	font-style: italic;
}

.h_embed {
	display: inline-block;
	float: right;
	margin-top: 5%;
}

.h_left {
	display: inline-block;
}

.h_bottom {
	display: grid;
	margin-top: 10%;
	width: 20%;
}

.h_bottom a {
	text-decoration: none;
	margin: 10px;
	padding: 10px;
	border: 2px solid;
	border-color: #000;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	word-spacing: 4px;
	transition: 0.3s;
	font-size: 18px;
}

.h_bottom a:hover {
	background-color: #000;
}

.h_foot {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	text-align: center;
}

.h_foot a {
	display: inline-block;
	text-decoration: underline;
	padding-inline: 5%;
	color: #ddd;
}