@charset "utf-8";

body{
	background-color: darkblue
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333333;
  display: flex;
  justify-content: center;
}

ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}
img{
	width: 500px
}

img:hover {
	border:dotted purle 5px;
	border-radis: 50%;
	width: 300px;
}
h2 {
	text-shadow: 3px 3px 7px white;
}
