.page-title .ranking-main-title {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 75px);
    font-size: 72px;
    text-align: center;
    margin: 40px auto 20px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 2px 10px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Cinzel', 'Bebas Neue', sans-serif;
    letter-spacing: 0.05em;
    z-index: 1;
    pointer-events: none;
}



.page-title .ranking-main-title {
  position:relative;
  top: 0;
  left: 0;
  transform: translate(0%, 75px);
  font-size: 72px;
  text-align: center;
  margin: 40px auto 20px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow:
    0 0 6px rgba(0, 0, 0, 0.6),
    0 2px 10px rgba(0, 0, 0, 0.5),
    2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: 'Cinzel', 'Bebas Neue', sans-serif;
  letter-spacing: 0.05em;
  z-index: 1;
  pointer-events: none;
}