.main-body{
    margin: 0;
    padding: 0;
    font-family: 'Urbanist', sans-serif;
}
#podcast {
  position: relative;
  background-image: url(../images/house6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 50vh;
  width: 100%;
  padding: 2rem;
  color: white; /* for text visibility */
  z-index: 1;
  overflow: hidden;
}

#podcast::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
  z-index: -1;
}

#pod{
  border-radius: 30px;
}
.card-text{
  color: #879196;
}
.card-title{
  color: #121212;
}