body{
background-color: lightblue;
 h1{
   color:red;
   text-align:center;
  }
h2{
  color:hotpink;
  text-align:center;
  }
  ul{
    color:green;
    font-size:25px;
  }
  
   