.container {
  display: flex;
}

.container div {
  background-color: black;
  color: white;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}