:root {
        --gunmetal: #272d2dff;
        --rose-quartz: #a39ba8ff;
        --powder-blue: #b8c5d6ff;
        --alice-blue: #edf5fcff;
        --emerald: #23ce6bff;
        --prismarine: #309990;
}

@font-face {
        font-family: 'Charcoal';
        src: url('../style/Charcoal.ttf');
}

a.ablack {
        font-family: Charcoal;
}

#title {

        margin: 0;
        padding-top: 10px;
}

li {
        margin-bottom: 8px;
}

.nomargin {
        margin: 0;
}

ul,
ol {
        margin-left: 24px;
        margin-right: 24px;
}

#all_posts {
        margin-top: 24px;
        text-align: center;
}

.subtitle {
        font-size: small;
        margin: 12px 0px;
}

.content p {
        margin-left: 24px;
        margin-right: 24px;
}

#description {
        font-size: large;
        font-style: italic;
}

h3 {
        /*margin-top: 42px;*/
        margin-bottom: 8px;
}

h4 {
        margin-left: 24px;
        margin-right: 24px;
}

img {
        max-width: 100%;
}

#twitter {
        line-height: 20px;
        vertical-align: top;
        text-align: right;
        font-style: italic;
        color: #333;
        margin-top: 24px;
        font-size: 14px;
}

#all_posts a {
        color: var(--rose-quartz);
}

#footer a {
        color: var(--rose-quartz);
}

.headerholder {
        border-color: var(--rose-quartz) !important;
        border: none;
        border-bottom: 1px solid;
        margin: 0;
        margin-bottom: 10px;
}

.content {
        border-color: var(--rose-quartz) !important;
        border: none;
        border-bottom: 1px solid;
        margin: 0;
        margin-bottom: 10px;
}