body {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; 
    line-height: 1.5em;
    font-size: 16px;
    /* border-left: 2px solid black; */
    background-color: black;
    color: white;
}

html {
    overflow-y: scroll;
}

header h1 {
    font-size: 64px;
    line-height: 1.2em;
    -webkit-text-stroke: 3px;
    text-transform: uppercase;
}

h2 {
    font-weight: 900;
    text-transform: uppercase;
}

/* h1 {
      font-family: "Comic Sans MS", "Comic Sans", sans-serif;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1.5px;
} */

hr {
    border: 0;
/*     border-top: 1px solid rgb(247,247,247);
    border-bottom: 1px solid rgb(247,247,247); */
    margin: 30px auto;
    max-width: 700px;
}

header {
    text-align: center;
    font-weight: bold;
    font-size: large;
}

a {
    color: dodgerblue;
    text-decoration: none;
}

a:hover {
    color: skyblue;
}


.post {
    max-width: 700px;
    margin: 30px auto;
}

.section {
    margin-top: 0px;
    margin-bottom: 45px;
}

footer {
    margin: 0 auto;
    text-align: center;
}

img {
    max-width: 240px;
    margin: 0 auto;
}

@media screen and (max-width: 450px) {
    .post {
        max-width: 90%;
    }
}

@media screen and (max-width: 690px) {
    .podcast {
        width: 80%;
/*         min-width: 150px; */
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        
        .podcast img {
display: block;
margin-left: auto;
margin-right: auto;
        }
        
        .podcast-content {
display: block;
margin-left: auto;
margin-right: auto;
float: none;
        }
    }
/* 
@media screen and (min-width: 450px) {
    body {
    } */
}