body {
	color: black;
	background-color:LightSteelBlue;
	font-family: Monospace, Arial, Helvetica, sans-serif;
}
ul{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  padding: 16px;
  }
a{
 color: white;
 text-decoration: none;
 }
 header img {
 	width: 90px;
 	height: 90px;
 	border-radius: 50%;
 	border: 3px solid Peru ;
 }
.center{
 text-align: center;
}
h1{
  color: black ;
  text-align: center;
}
h2{
  color: black ;
  text-align: center;
}
h3{
  color: black ;
  text-align: center;
}
footer img{
  width: 30px;
  height: 30px;
}
footer{
 display: flex;
 justify-content: center;
}
footer a{
 margin: 20px;
 text-align: center;
}
footer p {
 margin-top: 2px;
}
.container {
 padding: 0px 50px;
}
nav a:hover {
 color: olivedrab;
}