body {
	background-color: #FFE4CC;
	color: #2E4A21;
	font-size: 18px;
	font-family: sans-serif;
}
.intro {
  text-align: center;
  font-size: 17px;
  color: #2E4A21; 
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.5;
}
h1 {
	text-align: center;
	background-color: #FFE4CC;
	color: yellow;
	padding: 30px;
	background-image: url("images/pano.jpg");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.style1{
	background-color: #FFE08A;
	padding: 15px;
	margin: 40px
}
h2{
	text-align: center;
	color: #C0392B;
	margin: auto;
}
img {
	border-radius: 10px;
}
p {
	line-height: 1.6;
}
