.factory-balls-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.factory-balls-navlink {
  display: contents;
}
.factory-balls-image {
  width: 70px;
  height: 64px;
  object-fit: cover;
  text-decoration: none;
}
