.custom-title-link {
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: max-content;
  margin-inline: auto;
}

.custom-title-link:visited,
.custom-title-link:active,
.custom-title-link:link,
.custom-title-link:hover {
  text-decoration: none;
  color: inherit;
}

.custom-title-link:hover .custom-title {
  cursor: pointer;
}

.custom-title {
  text-align: center;
  height: 100px;
  width: max-content;
  margin-inline: auto;
  text-decoration: none;
  color: #d3d3d3;
  font-family: 'Playfair Display SC', serif;
  font-size: 4rem;
  font-weight: normal;
}

@media (max-width: 600px) {
  .custom-title {
    font-size: 2rem;
    height: 60px;
  }
}

