body {
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}

a:link {
    color: #0044CC;              /* classic blue-ish */
    font-size: 17px;
    text-decoration: underline;
}

a:visited {
    color: #551A8B;              /* classic visited purple */
    text-decoration: underline;
}

a.tlink:visited {
    color: #515151;
}

a.title:link {
    color: #6E45FF;
    font-weight: bold;
    font-size: 29px;
    text-decoration: none;
    font-family: "Georgia";
}

a.tiny {
    color: #6E45FF;
    font-size: 17px;
}

a.pin1 {
    font-size: 14px;
    color: #6E45FF;
}

a.tlink {
    font-size: 21px;
    color: #062DA1;
}

a.more {
    font-size: 21px;
    color: #6E45FF;
}

h1 {
    color: #7034C9;
    font-size: 300%;
}

h3 {
    color: grey;
}

p {
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.titlep {
    color: #6E45FF;
    font-weight: bold;
    font-size: 83px;
    font-family: "Georgia";
}

.url {
    font-size: 15px;
    color: #3a5a0c;
}

.pin {
    font-size: 14px;
    color: #2e2e2e;
}

textarea:focus,
input:focus {
    outline: none;
}

blockquote {
    max-width: 680px;
}

#header {
    color: teal;
    display: flex;
    gap: 2.5em;
    align-items: center;
    justify-content: center;
}

#header span {
    font-size: 125%;
    font-weight: bold;
}

footer.footer .nav-footer {
    padding-left: 1em;
    padding-right: 1em;
}

.nav-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 3.5em;
    padding: .5rem 0;
}

img,
svg {
    vertical-align: middle;
}
