.centered-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.colored-section {
    border-radius: 32px;
    background: #F0F0F0;
}