body {
	font-family: 'Nunito, sams-serif';
  background-image: url("https://projects.codecraftworks.com/web/idCIjNihKLeaCxmytxOd/assets/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg");
}

#header {text-align: center;
  	text-decoration: underline overline;
  	font-family: 'Nunito', sans-serif;
		Text-shadow: .1em .2em grey;
  	font-size: 2em;
  	width: 100%;
  	border: solid;
  	box-shadow: .1em .3em grey;
  	margin: 2vh;
  	background-image: 	url("https://projects.codecraftworks.com/web/idCIjNihKLeaCxmytxOd/assets/pawel-czerwinski-Lki74Jj7H-U-unsplash.jpg");
  position: sticky;
  top: 10px;
 	
}

#image{text-align: center;
  margin: 3em; 
}

#content {
  	text-align:center;
  	text-decoration: underline;
  	font-family: 'Nunito', sans-serif;
  	border: solid;
  	border-radius: 5% 10% 15% 20%; 
  	padding: 2em;
  	margin: 5em;
  	font-size: 20px;
  	background-image: linear-gradient(#c63b5e, #82a88f);
 
}

#content img {width: 50%;
  max-width: 400px;
}

.linkstyle {
  	list-style: none;
}

.divtitle { 
  text-shadow: 5px 2px 3px gold;
  box-shadow: 10px 5px 5px green;
}

.linked:visited {
  color: green;
  
}

.linked:hover {
  background-color: gold;
  transition: background-color 0.5s;
}