body {
	background-color: #8AA5AE;
	background-image: url(cadenas-rotas.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.container {
	margin: auto; 
	display: flex;
}

.item {
	display: flex;
	justify-content: center;
}

img{
	width: 800px;
	height: 100%;
	margin-top: 250px;
}