.prez-footer {
  height: 180px;
  display: flex;
  gap: 128px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  transition: all 0.3s; 
}

.prez-footer.mini {
  height: 80px;
  gap: 32px;
  justify-content: end;
  margin-right: 24px;
}

.logo-amu {
  height: 65%;
}

.quarto-title-authors {
  margin-top: 40px;
}

#title-slide .prez-footer {
  border: 1px solid red;
}

.yt-card { font-size: 0.5em; max-width: 240px; font-family: Roboto, Arial, sans-serif; }
.yt-card img { width: 100%; border-radius: 12px; display: block; }
.yt-title { font-weight: 600; margin-top: 0.5em; line-height: 1.3; }
.yt-channel { color: #606060; font-size: 0.9em; margin-top: 0.2em; }

.text-xs {
  font-size: 0.6em;
}
