@charset "utf-8";
/* CSS Document */

.div1 {
    background-color: #ADEBB3;
    font-size: 40px;
    text-align: center;
    height: 75px;
}

.container {
    display: flex;
    background-color: cyan;
  
    
}

.mainc {
    flex: 2;
}

.sidebar1 {
    flex: 1;
}

.sidebar2 {
    flex: 1;
} 
