
/*
font-family: 'Delius Unicase', cursive;
font-family: 'Dekko', cursive;
*/
section{
    background-color: beige;
    
}
section article{
    width: 960px;
    height: 600px;
    background-color: #A93E03;
    margin: auto;
    
    
}


    


section article img{
    height: 440px;
    width: 350px;
   
    
}
section article p{ 
    float: left; 
    width: 480px;
    margin: 0 30px 0 50px;
    font-family: 'Dekko', cursive;
    color: azure;
    
}

section article h2{
    margin-left: 50px;
    padding-top: 25px;
    font-family: 'Delius Unicase', cursive;
    color: rgb(24, 27, 221);
    font-weight: 900;

}

body{
    background-color: rgb(239, 136, 15);
}