header{
	background-color:darkgreen;
        opacity:0.5;
	color: white;
}
h1{color:white;font-family:palatino;}
h2{color:white;font-family:palatino;}
a{color:white;}
p{color:white;}
body{
	background-color:palegreen;
        background-image:url(images/IMG_20160603_190520.jpg);
        background-size:100%;
        background-repeat:no-repeat;
        background-position: center top;
}
