@charset "utf-8";

body{
	background-color: mediumturquoise
}

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 purple 5px;
	border-radius: 50%;
	width: 300px;
}
h2 {
  text-shadow: 3px 3px 7px white;
}
