header {
	display: none;
}

footer {
	display: none;
}
.lang_select {
	z-index: 1000;
	float: center;
	width: 250px;
	min-height: 250px;
	margin: 6% auto 0 auto;
}
.lang_select img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.name {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;

	border-bottom: 1px solid #000;
}
.name h2 {
	margin: 0;
	font-weight: 400;
	font-size: 28px;
	color: #000;
	letter-spacing: 2.5px;
}
.name h2:first-of-type {
	letter-spacing: 4px;
}
.lang {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
}
.lang a {
	transition-duration: var(--tr-du)
}
.lang a:hover {
	letter-spacing: 0.45px;
	color: #000;
	font-weight: 600;
}


