* {
	/*outline: 1px solid red;*/
}

a {
	text-decoration: none;
}

.list_select_lang li a:hover,
.title_aside a:hover {
	outline: 3px solid;
}

body {
	background: url('bg.jpg') no-repeat center/cover;
	font-family: 'Calibri', sans-serif;
}

.container {
	display: flex;
	flex-direction: column;
	height: 100vh;
	/*background-color: #ddd;*/
}

.title_page h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}

.title_page {
	padding: 20px;
	text-align: center;
}

.wrap_aside {
	justify-content: center;
	align-items: center;
	margin: auto;
}

.title_aside {
	text-align: center;
}

.title_aside a {
	background-color: #fcaf17;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 28px;
	padding: 20px 40px;
	display: inline-block;
	font-weight: bolder;
}


.wrap_select_lang {
	margin-top: 40px;
}

.title_select_lang {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.list_select_lang {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.list_select_lang li a {
	margin: 15px;
	padding: 10px 30px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #fcaf17;
	display: block;
}

.title_page img{
	max-width: 80%;
	max-height: 100px;
}