*{margin:0;
padding:0;}



.flags{display: flex;
justify-content: space-around;}

.bangla{height: 200px;
width: 300px;
background-color: green;
position: relative;}

.desh{height: 100px;
width:100px;
background-color: red;
position: absolute;
border-radius: 100px;
left: 50%;
top:50%;
transform: translate(-50%,-50%);}


.eng{height: 200px;
width: 300px;
background-color: rgba(212, 217, 212, 0.968);
position: relative;}


.la{height: 200px;
width: 30px;
background-color: red;
position: absolute;
top:0%;
left:30%;}


.nd{height: 30px;
width: 300px;
background-color: red;
position: absolute;
top:40%;
left:0%;}


.soma{height: 200px;
width: 300px;
background-color: rgba(7, 151, 174, 0.968);
position: relative;}

.lia{height:120px;
width:120px;
background-color: azure;
top: 14%;
left: 27%;
position: absolute;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);}



/* new div starts */

.main{height: 700px;
width: 700px;
background-color: yellow;
position: relative;
margin:0 auto;
margin-top: 50px;}


.mainone{height:200px;
width:200px;
background-color: cyan;
top: 0%;
left: 0%;
position: absolute;}


.maintwo{height:200px;
width:200px;
background-color: cyan;
bottom: 0%;
right: 0%;
position: absolute;}


.mainthree{height:200px;
width:200px;
background-color: cyan;
bottom: 0%;
left: 0%;
position: absolute;}



.mainfour{height:200px;
width:200px;
background-color: cyan;
top: 0%;
right: 0%;
position: absolute;}

.mainfive{height:200px;
width:200px;
background-color: cyan;
top: 0%;
left: 50%;
transform:translateX(-50%);
position: absolute;}

.mainsix{height:200px;
width:200px;
background-color: cyan;
top: 50%;
left: 0%;
transform: translateY(-50%);
position: absolute;}


.mainseven{height:200px;
width:200px;
background-color: cyan;
left: 50%;
bottom: 0%;
transform: translateX(-50%);
position: absolute;}


.maineight{height:200px;
width:200px;
background-color: cyan;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
position: absolute;}

.mainnine{height:200px;
width:200px;
background-color: cyan;
top: 50%;
right: 0%;
transform: translateY(-50%);
position: absolute;}