h1{
	color: white;
	font-family: monospace;
	text-shadow: 1px 1px 5px lightskyblue;
}
h3{
	color: white;
	font-family: monospace;
	text-shadow: 1px 1px 5px lightskyblue;
}
h1:hover{
	color: lightblue;
	font-size: 35px;
	font-family: monospace;
}
h3:hover{
	color: lightblue;
	font-size: 20px;
	font-family: monospace;
}
li {
  list-style-type: none; /* removes the dot */
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 5px lightskyblue;
}
a:hover{
	color: lightblue;
	font-size: 20px;
}
a{
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 20px 5px;
	width: 100%;
	font-weight: 100;
/*	letter-spacing: 2px;*/
	font-family: "comic sans ms", cursive;
	text-shadow: 1px 1px 5px lightskyblue;
}
img{
	height: 250px;
	width: auto;
	filter: drop-shadow(1px 1px 5px lightskyblue);
}