html {
  height: 100%;
  width: 100%;
  background-color: hotpink;
}
 /* p{
color: lime;
font-size: 25px;
font-family:' comic san ms';
} */
p {
  color: black;
  font-size: 25px;
  font-family:'comic san ms';
}   
h1 {
color: deeppink;
  font-size:45px;
  font-family:'comic san ms';
  text-align: Center;
}
h2 {
  color:lime;
  font-size:30px;
  font-family:'times new romans';
  list-style-type: none;
}
nav {
  color:yellow;
  font-size:30px;
}
nav ul {
colour: blue;
  text-align: Center;
  background-color:indigo;
}
nav ul li {
  color: green;
  text-align: center;
  list-style-type: none;
  display: inline;
}
figcation {
  text-align: center;
}
  title {
   color: blue;
    font-size: 20px;
    font-family: 'times new romans';
  }
   .main-page-paragraph{
     color: lightblue;
     font-size: 25px;
     font-family: 'Arial,Helvetica,san-serif';
   }
   .Detail-page-paragraph{
     color:orange;
     font-size:30px;
     font-family: 'Arial,Helvetica,san-serif';
   }
footer {
  background-color:hotpink;
  color:indigo;
  padding:20px;
  text-align: Center;
}
  li {
  display: inline;
 }
  li {
  display: block;
  color:blue;
  padding: 35px;
  text-decoration: none;