body {
    background-image: url(/img/fabric.png), linear-gradient(#191c20, #24292e 15%);
    background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #ffffff;
}

p {
    color: #AAAAAA;
}

.content-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 50%;
    padding: 20px;
    color: white;
    text-align: center;
}

#error-page .error-text {
    font-size: 20px;
    color: silver;
}

#error-page .error-header {
    font-size: 40px;
    color: white;
}

#error-page h1 {
    font-size: 40px;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .content-width {
        width: 66.66667%;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

.button-success {
    padding: .9em 1.25em;
    border-radius: .3em;
    background-color: #347b45;
}

.download-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
}

.download-count {
    color: #d8d8d8;
    font-size: .95em;
    letter-spacing: 0.01em;
    min-height: 1.4em;
}

.button-paypal {
    background: #036AB6;
    color: #000000;
    text-shadow: 1px 1px 1px rgb(105, 97, 97),
        0 0 1em #F2FFFF;
}

.button-ko-fi {
    background: #29ABE0;
    color: #000000;
    text-shadow: 1px 1px 1px rgb(105, 97, 97),
        0 0 1em #F2FFFF;
}

.button-liberapay {
    background: #F6C915;
    color: #000000;
    text-shadow: 1px 1px 1px rgb(105, 97, 97),
        0 0 1em #F2FFFF;
}

.content-head {
    margin: 0;
}

.content-margin {
    margin-top: 20px;
}

.footer {
    background: transparent;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #aaa;
}

.footer a {
    color: #d8d8d8;
}

.custom-ahref a {
    text-decoration: none;
}

.contacts-icons a {
    color: #D8D8D8;
    padding-right: 10px;
}

.partners-icons a {
    color: #D8D8D8;
    padding-right: 10px;
}

.help-content a {
    color: #D8D8D8;
    text-decoration: underline;
}

.pure-menu-link {
    color: #AAAAAA;
}

.pure-menu-list a:hover {
    background-color: transparent;
    color: #ffffff;
}

.pure-menu-list a:focus {
    background-color: transparent;
    color: #AAAAAA;
}

hr {
    border: none;
    background-color: #23272D;
    color: #23272D;
    height: 2px;
    width: 66.66667%;
}

#support-section .content-center {
    top: 30% !important;
}

#support-section .donate-text {
    margin-bottom: -20px;
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}

#support-section .donate-text-2 {
    color: #E1E1E1;
}

#support-section .link-color {
    color: #4889BE;
}

#support-section #donate-hide {
    display: none;
}
