/* Text */
body {	
	width: 960px;
	font-family : Arial;
	background-image: url("./background.jpg");
	background-size: cover;
	font-size : 14px;
	margin-left: auto;
	margin-right: auto;
}
.container{
	width: 950px;
	background-color: white;
	padding: 5px;
}
.container h1{
	color: #1690E6;
}
.gallery img{
	width: 22%;
	padding: 1%;
	float: left;
	min-height: 150px;
}
p {
	font-size: 14px
}

ul {
	font-size: 14px
}

ol {
	font-size: 14px
}
.footer{
	width: 950px;
	background-color: white;
	height: 50px;
}
.footer p{
	float: left;
	width: 420px;
	padding-right: 20px;
	
}