.custom-logo-link {
  padding-top: 10px;
  color: black; /* Ensures the text color is black */
  text-decoration: none; /* Removes the default underline */
  transition: text-decoration 0.3s ease; /* Smooth transition for the underline */
}

.custom-logo-link:hover {
  text-decoration: underline; /* Underline on hover */
}

.top-bar {
  padding-top: 0;
  height: auto !important;
}

.space-overview__hero__header__content__intro--intro {
  display: none
}