*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    height: 800px;
    max-width: 1000px;
    
     
} 
.head{
    height: 20%;
    width: 100%;
    /* background-color:white;  */
    text-align: center;
    color: white;
    padding: 25px;
    
}
.header{
    height: 100%;
    background-color:rgb(50, 202, 195);
    justify-content: center;
    line-height: 300%;
    font-size: xx-large;
}
.foot{
    height: 20%;
    width: 100%;
    background-color:white; 
    text-align: center;
    color: white;
    padding: 25px;
}
.footer{
    height: 100%;
    background-color:rgb(50, 202, 195);
    font-size: xx-large;
    line-height: 300%;
} 

.container-centre{
    height:60%;
    width: 100%;
    background-color: white;
    display: inline-block;
    padding: 20px;
}
.aside{
    padding: 10px;
     height: 100%;
    width: 30%;
    display: inline-block;
    padding: 5px;
    background-color:white;
}
.box1{
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 5px;
    background-color:rgb(46, 221, 148);
    color: white;
    font-size: xx-large;
    text-align: center;
    line-height: 1200%;
    
}
.article{
    padding: 10px;
     display: inline-block;
    height: 100%;
    width:68%;
    padding: 5px;
    background-color: white;
    font-size: 0;
    vertical-align: top;
}
.box2{
    display: inline-block;
    height: 100%;
    width:100%;
    padding: 5px;
    background-color: rgb(236, 83, 28);
    font-size: 0;
    vertical-align: top;
}
.blank{
    height: 50%;
    text-align: center;
    color: white;
    vertical-align: bottom;
    font-size: 0;
}
.images{
    height: 51%;
    width: 100%;
    /* vertical-align:bottom; */
    background-color: red;
    display: block;
}
.set1{
    padding: 5px;
    padding-bottom: 5px;
}
.set1{
    width: 33.33%;
    height: 100%;
    background-color:rgb(236, 83, 28);
    display: inline-block;
    padding: 10px;
}
.img1{
    height: 100%;
    
    background-color:rgb(223, 101, 20) ;
}
.set2{
    width: 33.33%;
    height: 100%;
    background-color:rgb(236, 83, 28);
    display: inline-block;
    padding: 10px;
}
.img2{
    height: 100%;
    
    background-color:rgb(223, 101, 20) ;
}
.set3{
    width: 33.33%;
    height: 100%;
    background-color:rgb(236, 83, 28);
    display: inline-block;
    padding: 10px;
}
.img3{
    height: 100%;
    background-color:rgb(223, 101, 20) ;
}

