body{
	background-color : #fff;
}

.header{
	position: relative;
	display: block;
	float: none;
	height: inherit;
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.header img{
	padding: 25px 100px;
	
}
	
.content{
	position: relative;
	padding: 25px 0;
	text-align : center;
	color : #444;
	font-family: Barna,Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 45px;
	width: 100%;
	display: block;
	justify-content: center;
}
.content p{
    margin : 0 0;
}
.content p.language{
    margin-bottom : 50px;
}
