html {
  height: 100%;
  width: 100%;
  background-color: pink;
}
p {
  color: #da1025;
  font-size: 20px;
  font-family: 'comic sans ms';
}
ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: blue;
}
li{
float: left;
}

 li a { 
 display: block;
 color: yellow;
 text-align: center;
 padding: 14px 16px;
 text-decoration: none;
}
li a:hover {
background-color: red;
}
h1 {
  color: blueviolet;  
  font-size: 30px;
  font-family: 'ALGERIAN';
  text-align: center;
}
img{
  border: 2px solid blue ;
  width:75%; height: auto;
}
footer{
  background-color: red;
  color: green;
  text-align: center;
  padding: 1px;
  clear: both;
}
h3 {
  color: red;
  font-size: 30px;
  font-family:'ALGERIAN';
  text-align: center;

}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figcaption {
  text-align: center;

}
h2 {
  color: red;
  font-size: 30px;
  font-family:'ALGERIAN';
  text-align: center;
}
h4 {
  color: blueviolet;
  font-size: 20px;
font-family: 'ALGERIAN';
  text-align: center;

}

