.quarto-title .title {
  text-align: center !important;
  font-size: 1.5rem !important;
}

.quarto-title .subtitle {
  text-align: center !important;
}


.linktree {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.linktree .btn {
  display: block !important;
  width: 600px;
  max-width: 90vw !important;
  margin: 0.5em 0 !important;
  text-align: center !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  border-radius: 10px !important;
  padding: 0.75em 1em !important; 
}

/*
body {
  background-image: url("fondo.jpg");
  background-size: 50%;
}
*/