.container {
  display: flex;
  justify-content: center;
}

.links-container {
  width: 600px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}