.top-center-link {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-decoration: none;
  z-index: 999;
}