div#profile {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#profile div.info button {
  min-width: 100px;
  min-height: 100px;
  font-size: large;
}
#profile {
  font-family: monospace;
  font-size: large;
}
#profile > div.info {
  padding: 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#profile > div.info > div {
  margin-left: 5px;
  margin-right: 5px;
}
