body {
	font-family: 'Nunito, sams-serif';
  background-image: linear-gradient(#c63b5e, #82a88f);
}

#header {text-align: center;
  	text-decoration: underline overline;
  	font-family: 'Nunito', sans-serif;
  	font-size: 30px;
  	width: 100%;

}

#content {
  	text-align:center;
  	text-decoration: underline;
  	font-family: 'Nunito', sans-serif;
  	border: solid;
  	border-radius: 5% 10% 15% 20%; 
  	padding: 2em;
  	margin: 2em;
  	font-size: 20px;
  	
}

#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;
}