body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #fefefe;
  color: #333;
}
header, footer {
  background: #444;
  color: white;
  padding: 1em;
  text-align: center;
}
.tagline {
  font-size: 1.2em;
  font-style: italic;
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  padding: 1em;
  background: #eee;
}
.main-nav a {
  text-decoration: none;
  color: #ffffff;
}
.intro, .features, .podcast-list, main {
  max-width: 800px;
  margin: 2em auto;
  padding: 1em 2em;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.card {
  background: #f3f3f3;
  padding: 1em;
  margin-bottom: 1em;
  border-left: 4px solid #0074cc;
}
.card h2 a {
  color: #2c3e50;
  text-decoration: none;
}
.card h2 a:hover {
  text-decoration: underline;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.contact-form input, .contact-form textarea {
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-form button {
  padding: 0.75em;
  background: #0074cc;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.contact-form button:hover {
  background: #005fa3;
}
a {color: #ff0000;}
.main-nav a {
    text-decoration: none;
    color: #ff0000;
}
.footer a {
    text-decoration: none;
    color: #ff0000;
}
