.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-container > div {
 
  font-family: Ubuntu;
  width: 100px;
  margin: 0px;
  text-align: left;
  line-height: 15px;
}