html {
    color: #000000;
}

.sidebar a, .sidebar-about h1, .sidebar p {
    color: #fff;
}

html .content {
    max-width: 52rem;
}

.content a {
    color: #2d83b0;
}

.content .post-title a, .content .read-more-link a {
    color: #323232;
}

.post img[src*="#floatimage"] {
    float: right;
    padding: 2rem;
}

.content .post img {
    margin-left: auto;
    margin-right: auto;
}

.content .post span.greyspan strong {
    color: #999999;
}

.content .post blockquote strong {
    color: #7a7a7a;
}

.gumroad-button-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    text-align: center;
}

a.gumroad-button {
    background-color: white !important;
    background-image: url("https://app.gumroad.com/button/button_bar.jpg") !important;
    background-repeat: repeat-x !important;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px !important;
    color: #999 !important;
    display: inline-block !important;
    font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 50px !important;
    padding: 0 15px !important;
    text-shadow: none !important;
    text-decoration: none !important;
}

.gumroad-button-logo {
    background-image: url("https://app.gumroad.com/button/button_logo.png") !important;
    background-size: cover !important;
    height: 17px !important;
    width: 16px !important;
    display: inline-block !important;
    margin-bottom: -3px !important;
    margin-right: 15px !important;
}

.fastimage img {
    max-height: 30rem;
}

.fastimage img.tallimage {
    max-height: 50rem;
}
