.links {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline; }
  .links > div {
    text-align: center; }
