
  a { color: inherit; } 

  body {
    font-family: 'Helvetica Neue', sans-serif;
    background-color: #f8f9fa;
    color: #343a40;
  }
  .hero h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
  }
  .lead {
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
  }
  .section-title {
    font-weight: 600;
    margin-bottom: 2rem;
  }
  .watch-card img {
    border-radius: 0.5rem;
  }
  .newsletter {
    background-color: #212529;
    color: white;
    padding: 3rem 0;
  }


