.custom-title {
  text-align: center;
  padding-top: 280px;
}
.custom-title .title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
}

.custom-title .subtitle {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}

.custom-title .year {
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 100px;
}

.custom-title .edition {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-title .author {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 100px;
}

/* Hide the default title */
.quarto-title-block {
  display: none;
}
