
.pancake{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pancake > div{
    margin: auto;
  }
  