*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    max-height: 500%;
    background-color: yellow;
    border: 2px solid black;
}

.bl{
    width: 20%;
    height: 160px;
    background-color: black;
    margin-top: 30px;
    border-radius: 10px;
    color: white;
    text-align: center;
    padding-top: 20px;
}
.wh{
    width: 15%;
    height: 150px;
    background-color:white ;
    margin-top: 30px;
    margin-left: 110px;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
   
}
ul li{
    list-style-type: none;
}
.pink{
    width: 80%;
    height: 150px;
    background-color: rgb(219, 111, 129);
    color: white;
    margin: auto;
    margin-top: 30px;
    border-radius: 25px;
    padding: 30px;
}
.box{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 20px;
}

.col{
    width: 30%;
    height: 200px;
    border-radius: 9%;
    /* background-color: white; */
}
footer{
    margin-top: 30px;

}
.oj{
    width:100%;
    height: 80px;
    margin-top: 50px;
    display:flex;
    justify-content: space-between;
}
footer .ik{
    margin-right: 750px;
    padding: 10px;

}


.footer{
    width: 100%;
    display: flex;
    
}

.f1{
    width: 50%;
}
.f2{
    width: 50%;
    /* border: 1px solid red; */
    /* justify-content: flex-end; */
  text-align: right;
}