body {
    font-family: Arial, sans-serif;
    padding: 20px;
    background: #f0f0f0;
  }
  .card {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
  img {
    margin-top: 10px;
    border-radius: 5px;
  }
  