.flex-container {
    display: flex;
    justify-content: space-around;
      }
  
.flex-container > div {
background-color: #f1f1f1;
width: 100px;
margin: 5px;
text-align: center;
line-height: 25px;
font-size: 16px;
}