body{
background-color: rgb(229, 255, 0);

}
.box1{
    height: 100px;
    background-color: rgb(81, 176, 231);
   
}
.box2{
    background-color: rgb(229, 255, 0);
   
}

