.container {
  display: flex;
  flex-direction: row;
   align-items: center;
  justify-content: center;
}

.container div {

  margin: 10px;
  padding: 10px;
  font-size: 20px;
  float: left;
}

#phone {
  text-decoration: none !important;
}