/* Align authors to the left */
.quarto-title-authors {
  display: flex;
  flex-direction: column;
  align-items: center; /* Change to flex-start if you prefer them left-aligned */
  font-size:1.7 em;
  margin-left: 0px;
}

div.quarto-title-author-name {
  font-size:0.7em;
}

.quarto-title-author {
  text-align: left;
}

/* Add spacing between author names */
.quarto-title-authors .author {
  margin-bottom: 0.5em; 
}



/* Footer with logo on the title page */
.footer {
  background-image: url(logos.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 70%;
  height: 20%;
}

/* Title slide */
h1.title {
  font-size: 1.3em;
  text-align: left;
  padding-bottom: 1em;
}

/* Font sizes */
section {
  font-size:0.8em;
}

section#preliminary-results table {
  font-size: 0.6em;
}

section#preliminary-results tbody tr:nth-child(-n+3),
section#preliminary-results tbody tr:nth-child(4) td:nth-child(n+3) {
  display: none;
}
section#preliminary-results tbody tr:nth-child(4) td:nth-child(-n+2) {
  border-bottom-width: 0px;
}

section#dimensions-associated-to-clusters-1 table {
  font-size: 0.7em;
}