*{
    margin: 0%;
    padding: 0%;
   
}

.body-con{
    height: auto;


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 0%;
    background-color: rgb(250, 240, 227);
    padding: 5px;
    background-position: center;
    
}
header{
    width: 100%;
    min-width:auto;
    height:125px ;
    background-color: burlywood;
   border-radius: 25px;
    display: flexbox;
    flex-wrap: wrap; 
    padding-top: 70px;
    text-align: center  ;
    text-transform: uppercase;
    font-size: 30px;
    overflow: hidden;
}
.container{
    width: 100%;
    height: auto;
   overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
     text-align: center  ;
    text-transform: uppercase;
    font-size: 30px;
    overflow: hidden;
    margin-bottom: 12px;
    
}
.sider{
    display: flex;
   
    flex: 1 10 300px;
    background-color: burlywood;
    border-radius: 15px;
     min-height: 100px;
    align-items: center;
    justify-content: center;

     
}
.main-con{
     display: flex;
     flex-direction: column;
     
     justify-content: center;
     flex-wrap: wrap;
     flex:3 3 0px;
}
.main-con,.sider{
    margin-top: 10px;
   
   
    
}
.con1{
    background-color: burlywood;
    height: 300px;
     border-radius: 15px;
      min-height: 100px;
      min-width: auto;
      
     
}
.sc-con{
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    
    flex-grow: 3 3 150px;
    height: 200px;
    
    
    
}
.con-2,.con-3{
    background-color: burlywood;
     min-height: 100px;
      border-radius: 15px;
     
      min-width: auto;
     display: flex;
     flex-wrap:wrap ;
     flex: 2 2 200px;
     justify-content: center;
     
}

footer{
     width: 100%;
    min-width:auto;
    height:125px ;
    background-color: burlywood;
   border-radius: 25px;
    flex-wrap: wrap; 
    padding-top: 70px;
    text-align: center  ;
    text-transform: uppercase;
    font-size: 30px;
    overflow: hidden;
}