section{
    background-color:crimson;
    width: 960px;
    height: 680px;
    margin: auto;
}


section article{   
    background-color: magenta;
    width: 450px;
    height: 300px;
    float:left;
    margin-top: 20px;
    margin-left: 20px; }
    


section article h2{
    padding-top: 20px;
    padding-left: 20px;
    
    
    }




section article p{

    width: 200px;
    text-align: justify;
    margin: 0 20px;
    float: left
    

}


.paloma{
    background-color: yellowgreen;
    border-radius: 15px;
    }

#blue{  
    background-color:forestgreen;
    color: white;
}


#blue:hover{
    background-color:#8751d0;
    color:black;
    }
    
#blue h2{
    font-size: 20px;
    }
    
    
#blue img{
    border-radius: 60%; 
}

#blue h2{
font-family: 'Black Ops One', cursive;}

#blue p{ font-family: 'Covered By Your Grace', cursive;  }


#blue img{border-radius: 40px; border: white 10px;border-style:groove }

  
.tiempo{ 
    background-color: firebrick;
    border-radius: 10px;
    }

#yellow{
    background-color:blue;
    color:darkgoldenrod;
    }

#yellow:hover{
    background-color:#ef7700;
    color:black
    }
    
#yellow h2{
    font-size: 20px;
    }
    
    
#yellow img{ 
     border-radius: 30%;}

#yellow h2{  font-family: 'Berkshire Swash', cursive;

}



#yellow p{
    
    font-family: 'Gochi Hand', cursive;}


#yellow img{border-radius: 40px; border: black 10px;border-style:groove }


    
    
.metodo{
    background-color: crimson;
    border-radius: 20px;
    }
    
#black{
    background-color: dimgray;
    color: darksalmon;
    }
    
#black:hover{    
background-color: chartreuse;
color: black;
}

#black h2{
    
    font-size: 30px;
    }

#black img{ 
    
    border-radius:  10%;}

#black h2{ font-family: 'Ceviche One', cursive;
}

#black p{ font-family: 'Indie Flower', cursive;}
    
    
.Cypress Hill{
    background-color: darkorange;
    border-radius: 15px;
    }    
    
#humo{
   background-color:black;
   color:firebrick; 
    }
    
#humo:hover{
    background-color:dodgerblue;
    color: fuchsia;}
    
    
#humo h2{
    font-size:30px;
    }
    
#humo img{
    border-radius: 25%;}
    

#humo h2{
font-family: 'Ceviche One', cursive;
    
    }




#humo p{  font-family: 'Special Elite', cursive;

    }    








































