body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
  }
  
  .navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
  }
  
  .card {
    border-radius: 10px;
  }
  
  .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 200px;
  }
  
  #uploadedFiles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    border-top: 1px solid #ddd;
  }
  footer a {
    color: #000;
    margin: 0 10px;
    text-decoration: none;
  }
  footer a:hover {
    color: #007bff;
  }
  .footer-icons i {
    font-size: 20px;
    margin: 0 10px;
    color: #000;
  }



  