body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    /* margin: 20px; */
    padding: 0;
    /* background-color: #000; */
    color: #000;
}

#app {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

h1 {
    text-align: center;
    display: block;
    font-size: 1.6em;
    /* margin-block-start: 0.83em;
    margin-block-end: 0.83em; */
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 5px;
}

h2 {
    font-size: 1.4em;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

.article-container {
    max-width: 800px;
    margin: 0 auto;
    /* background-color: #fff; */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.td-featured-image-rec {
    text-align: center;
}

.content-img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.td-post-featured-image {
    margin-top: 21px;
    margin-bottom: 21px;
}

.top-title {
    line-height: 44px;
    word-wrap: break-word;
    margin: 6px 0 6px 0;
    font-size: 14px;
    font-family: 'TDAmeritradeSansScreen';
}

.top-title .top-title-h1 {
    text-align: center;
    padding: 0 10px;
    /* color: #333; */
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    font-family: 'TDAmeritradeSans' !important;
}

.author {
    display: block;
    color: #000 !important;
    line-height: 24px;
    margin: 0px;
}

.content-p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.td-featured-image-rec {
    text-align: center;
}

.content-img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.td-post-featured-image {
    margin-bottom: 21px;
}

.photoCredit {
    text-align: right;
    font-size: 12px;
    font-family: 'TDAmeritradeSansScreen';
    color: #666;
}

.footer {
    background-color: #003366;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    line-height: 24px;
    /* border-top: 1px solid rgb(255, 0, 136); */
    /* margin-bottom: 55px; */
    /* border-top: 1px solid rgba(255, 0, 136, 1); */
}

.fp {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.pt {
    margin: 0;
    height: 30px;
    display: flex;
    justify-content: center;
}

.pt p {
    margin-left: 10px;
    margin-right: 10px;
}

.pt a {
    line-height: 30px;
    text-decoration: underline;
    color: white;
}