body{
	/* https://unsplash.com/*/
	background: url("pictures/background.JPG");
	background-size: cover;
	background-position: center;
	font-family: Lato;
	color:white;
}

footer{
  position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   /*background:#6cf;*/
}

#p1{
	position:relative;
	left: 600px;
	top:600px;
	color:white;
	font-size: 60px;
}