body{
background-color: rgb(73, 131, 196);

}
header{
    
 background-color: rgb(44, 87, 135);
 padding: 15px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;      

}

.del1{
 background-color: rgb(86, 128, 177);
 padding: 15px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around; 
 margin-top: 40px;
 margin-right: 20px;
 float: left;
}

.del2{
background-color: rgbs(86, 128, 177);
 padding: 15px;
 display:grid
 flex-wrap: wrap;
 justify-content: space-around; 
 margin-top: 40px;
 float:inline-start
 text-align: left;
}