.btn-contact {
  display: inline-block;
  background-color: #007BFF; /* Azul */
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 18px;
  font-family: Arial, sans-serif;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  text-align: center;
}

.btn-contact:hover {
  background-color: #0056b3; /* Azul más oscuro */
}

/* Para centrar el botón dentro de un contenedor */
.center-btn {
  text-align: center;
  margin: 20px 0;
}@charset "UTF-8";
/* CSS Document */

