.nblk{
  display: flex;
  justify-content: center;
  padding-left:3px;
  padding-right:3px;
}
.block{
  background-color:#ffbf4c;
  height:170px;
  width:150px;
  border-radius:25px;
  margin-top:25px;
}
.img{
  width:150px;
}
