.img:hover{
     opacity:0.5;
     border:solid;
     Margin:10px;
}




p::first-letter{
    font-size:100px;
    Color:red;
}



     h1{
             color:crimson;
         }

          
          .image{
              width:300px;
              height:250px
              background-clip:red;
              filter:hue-rotate(120deg);
              filter:brightness(230%);
          }  
            
           
            
           
            body{
                Background-color:lightblue !important;
   
   
     
   }   
    h2 {
        color:darkred;
    } 
    h3 {
        color:#006400;
    }
    h4{
        color:DodgerBlue;
    }  
    h5{
        color:lawnGreen;
    } 
    h6{
        color:#800000;
    }
    #things{
        color:red;
    }
    body{
        background-color:#008B8B;
    }
    .image{
        width:250px;
        height:200px;
        background-clip:red;
    }
    .school{
        color:red;
    }
    mark{
        background-color:yellow;
    }
    img.blur-filter:hover {
    filter: blur(4px) invert(100%);
    width:250px;
    height:200px;
} 
.page{
color:blue;
}
.some{
    color:red;
}