@charset "UTF-8";
/* CSS Document */


body{
	background-color:#000000
}

h1 {
	
	color: royalblue;
	font: Verdana;
	font-size: 4em;
	text-align: center;
	border: 4px solid violet;
	padding: 30px;
	margin: 50px;
}

img {
  width: 20%;
  heigh: auto;
  border-radius: 20px
  
}

img:hover {
  filter: hue-rotate(287deg) invert(1);
}

li {
	
	color: black;
	font-size: 2em;
	text-align: center;
	
}

a {
	
	color:white;
	font:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 3em;
	text-align: center;
	padding:10px;
	
	
}

