.headlinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #222;
}
.headlinks a {
  padding: 8px;
}
.headlinks a > img {
  height: 30px;
}
