a#matters-podcast {
    border-bottom: 0.5px solid currentColor;
}

#podcast-banner-container {
    /* todo: find banner picture for giving */
    background-image: url("logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h1 {
    text-align: center;
}

p {
    text-align: center;
    font-size: 1.1rem;
    font-family: sans-serif, Tahoma, Geneva, Verdana;
}