/* General text alignement */
body {
  text-align: justify;
}

/* Custom page title style */
.custom-page-title {
  font-family: 'Tsukimi Rounded', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}

.custom-page-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--global-accent-text-color);
  margin: 20px auto 35px auto;
  border-radius: 2px;
}