body {
  background: deeppink;
font-family: Comic Relief; 
}
p {
  color: cyan;
  text-align:center;
}
h1 {
  font-weight: bold;
  color:cyan;
  text-align: center;
}
h3{
  text-align:center;
  font-weight: 100;
  color: darkblue;
}
h2{
  text-align: center; 
}
img{
  width: 400px;
  border-color: blue;
  border-style: double;
  border-radius: 100px; 
}
h4{
  color:grey;
  text-align:center;
}
ul {
  list-style-type: none;
  margin:0;
  padding:0;
  overflow: hidden;
  background-color: darkblue;
}

ul li {
  float:left;
}

ul li a {
  display:block;
  color: cyan;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: purple;
}