body {
    font-family: 'Times New Roman'; 
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 550px;
    font-weight: 400;
    color: #000000bd;
    line-height: 1.5;
    padding-bottom: 50px;
}

header {
    margin-bottom: 2em;
}

main {
    margin-top: 1em;
}
hr {
    margin: 2em 0;
    border: none;
    border-top: 1px solid #eee;
}
p {
    margin-bottom: 32px
}
a {
    color: rgba(227, 5, 5, 0.836);
}
h1 {
    text-transform: uppercase;
    font-size: 2em;
}
h2 {
    font-family: 'Garamond';
    font-size: 1.5em;
    text-transform: uppercase;
}
li {
    line-height: 1.3em;
}
img {
  margin-bottom: 32px;
} 

@media all and (orientation:portrait) {
    body {
        font-size: 22px;
        width: 92%;
        margin: 50px auto 0;
        padding: 0;
        max-width: none;
    }

    p, hr, ul {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    iframe {
        width: 100% !important;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    /* Special case for the podcast player which needs fixed height */
    iframe[src*="simplecast"] {
        height: 200px !important;
        aspect-ratio: auto;
    }
}
