body{
            background-color:LightPink;
        }
        h1{
            color:LightSlateGrey;
            text-align:Center;
            font-family:arial;
        }
        .font{
            font-family:cursive;
        }
        
        p{
            font-family:cursive;
        }
        h4{
            color:(0,0,0);
            font-family:cursive;
        }
        a{
            color:blue;
        }
        #color{
            color:#778899;
        }
        h5, h6{
            color:Black;
            font-family:cursive;
        }
        h3{
            color:black;
            font-family:cursive;
            text-align:center;
        }
        .color{
            color:Black !important;
        }
        
        h2{
            color:LightSlateGrey;
            font-family:cursive;
        }
       
        img.blur-filter {
             filter: blur(4px);
             border:5px solid black;
        }
        
        div{
            background-color:LightSlateGrey;
        }
        
        #h2{
            color:Black;
        }