/* Centrar botón en sección BIO */
.button-wrapper {
  text-align: center;
}

.button {
  margin-left: auto;
  margin-right: auto;
}
