body{
	background-color:#112151;
	font-family: 'Istok Web', sans-serif;
}
.container{
max-width:960px;
margin-left:auto;
margin-right:auto;
height:600px;
text-align:center;
}
img{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:100%;
}
