@font-face {
    font-family: 'Proxima Nova';
    src: url('../font/proxima_nova_reg-webfont.woff2') format('woff2'),
         url('../font/proxima_nova_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../font/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../font/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html, body {height: 100%;}

body {
	background: #17213A;
	color: #6B7C93;
	text-align: center;

	display: table;
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	width: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 20px;
    max-width: 540px;
    margin: 0 auto;
}

.content {
	flex: 1;
    padding-top: 40px;
}

.main_content__icon {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 2px;
    color: #FFF;
    background-color: #4391f2;
    text-decoration: none;
}

.button:hover {
    color: #FFF;
    background-color: #2bdcd7;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 40px 0;
    margin-bottom: 10px;
    color: #FFF;
}

h2 {
	color: #6B7C93;
	font-size: 22px;
	margin-bottom: 40px;
    font-weight: normal;
    margin-top: 0;
}

.main_content__feed {
	height: 400px;
}

.footer {
	font-size: 14px;
    line-height: 2em;
    margin: 40px 0;
}
.footer a {
	color: #6688FA;
}
.footer_content__social {
    padding: 20px 0;
}
.footer_content__social li {
	display: inline-block;
	font-size: 18px;
	margin: 5px;
}
.footer_content__social a,
.footer_content__social a:visited {
	color: #FFF;
}
