@font-face {
	font-family: 'pixelmix';
	src: url('font/pixelmix.woff2') format('woff2'),
		 url('font/pixelmix.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "pixelmix", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	background-color: #101010;
	color: #fff1e8;
}

a {
	text-decoration: none;
	color: #29adff;
}

a:hover {
    text-decoration: none;
	color: #fff1e8;
}

h1 {
	font-size: 24px;
}

h2 {
	color: #ffec27;
	font-size: 24px;
	height: 1em;
}

.container {
	background-repeat: no-repeat;
	max-width: 1344px;
	margin: 0 auto;
	border: 0;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
	background-color: #1d2b53;
	background-image: url("img/logo.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 32px;
	border-bottom: 4px #29adff solid;
	height: 50px;
	
}

.content {
	background-color: #5f574f;
	padding: 32px;
	flex: 1 0 auto;
}	

.menu {
	text-align: right;
	margin-top: 30px;
}


.thumb img {
	max-width: 412px;
	border: 4px solid #fff4;
}

.footer {
	background-color: #1d2b53;
	padding: 32px;
	border-top: 4px #29adff solid;
	text-align: center;	
}
