@font-face {
	font-family: Oswald-Light;
	src: url('../fonts/Oswald-Light.ttf');
}

body{
	font-family: "Oswald-Light", Arial, sans-serif;
/* 	background: #f9f9f9; */
	font-size:19px;
	color:#6d6b6c;
	line-height:29px;
	text-align:center;
}

a{
	color:inherit;
}

a:hover{
	text-decoration: none;
	color:inherit;
}

.container{
	position:absolute;
	top:50%;
	left:50%;
	width:890px;
	display:inline-block;
	transform:translate(-50%,-50%);
}

.txt{
	margin-top:140px;
	margin-bottom:180px;
}

img{
	height:45px;
}

.logos{
	overflow:hidden;
}

.logos a img{
	float:left;
}

.logos a:nth-child(2) img{
	float:right;
}