html {
  height: 100%;
  width: 100%;
 background-color: yellow; 
}
h1 {
  color: red;
  font-size: 40px;
  font-family: 'french scrit mt';
  text-align: center;
}
h2 {
  color: blue;
  font-size: 25px; 
  font-family: 'french scrit mt'; 
  text-align: center;
  list-style-type:
}
nav {
  color: white;
}
nav ul{
  color: deeppink;
  text-align: center;
  background-color: white;
}
  nav ul li {
    color:yellow;
    text-align: center; 
    list-style-type: none;
    display: inline;
  }
figcaption{
  text-align: center;
  color: deeppink;
  font-size: 20px;
  font-family: 'french scrit mt'
}
footer{
  background-color: red;
  color: white;
  padding: 10px; 
  text-align: center;
}
  .main_page_paragraph{
    color: green;
    font-size: 20px; 
    font-family: "french scrit mt";
}
  .second_page {
    color: blue;
    font-family: 'comic sans ms';
  }
  ul {
    list-style-type: none;
    marging: 0;
    padding: 0;
    background-color: violet;
  }
li {
  display: inline;
}
li a {
  color: red;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  
  