body{
  background: url(images/retire.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p{
	margin: 0 auto;
	position: center;
	border: none;
	font-weight: normal;
	font-family: 'Muli', sans-serif;
	color: #808080;
	line-height: 200%;
}


container {
	width: 300px;
	height: 200px;
	border: 1px solid #000;
        }
        
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
        }
