h2 {
 	color: mediumturquoise;
}

html {
	font-family: "Open Sans", comic sans ms
	}
html {
 	background-color: lightcyan;
}

p {
	color: teal;
}

img {
   width : auto ;
   height : 400px;
}

a {
	color : teal;
	}