@charset "UTF-8";
 
 body


		 {margin: 50px 0px 0px 50px;
		 background:  url(images/mountain.jpg) no-repeat center center;
  background-size: cover;
font-family: sans-serif;}


p {font-weight: bold; max-width: 35em}
h1 {color: black;}
h2 {color: purple;}

footer {color: white; text-align: center; font-weight: bold;}

a:link {color: black;} a:visited {color:white;} a:hover {color: rgb(200,0,180);} a:active {color: red; background-color: rgba(255,255,0,0.3);}