*{
}
body{
      background-color:grey;
    }
    
    h1{
      font-size: 18px;
      color: white;
      font-style: Italic;
      text-align: Center;
    }
    p{
      font-size: 32px;
      text-align: center;
      color:white;
    }
    li{
      color: green;
      font-size: 20px;
    }
    a{
      color: white;
    }