/* Estilos personalizados */
body {
    font-family: 'Arial', sans-serif;
    color: #333;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #8e1631;
  }
  
  .navbar {
    background-color: #8e1631 !important;
  }
  
  .navbar-brand img {
    height: 50px;
  }
  
  .bg-primary {
    background-color: #ea97cf !important;
  }
  
  .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .card-title {
    color: #8e1631;
  }
  
  footer {
    background-color: #8e1631;
    color: white;
  }