body{
  background-color: #0d1117;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.topLink {
  color: gray;
  cursor: pointer;
  padding-right: 20px;
  transition: color 0.2s ease; /* Smooth transition for color change */
  
  font-weight: bold;
  font: 16px;
}

.topLink:hover {
  color: white;
}