.app-tile {
    border: 2px solid #ced4da;
    border-radius: 0.75rem;
    padding: 3rem 2rem;
    text-align: center;
    background-color: #f8f9fa;
    transition: all 0.2s ease-in-out;
    height: 100%;
  }
  .app-tile:hover {
    background-color: #e9ecef;
    transform: scale(1.02);
  }
  .app-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #0d6efd;
  }
  .app-label {
    font-size: 1.25rem;
    font-weight: 500;
  }