body {
    background-color: black;
    color: #ffffff;
}

.head-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.uk-navbar-container {
    background-color: black !important;
}
.uk-navbar-nav > li  > a {
    color: #f70202 !important;
}

.uk-heading-bullet {
    color: #f70202 !important;
}

.uk-article-title {
    text-align: center;
    color: #f70202;
}

.subtitle {
    color: #02d06d;
}

.uk-tab > * > a {
    color: #6c6eff !important;
}
.uk-tab > .uk-active > a {
    border-color: #181be0 !important;
}

.uk-comment, .sfborder {
    background-image: url("drachenkuss_border.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: padding-box;
    background-color: black !important;
    margin: 5px;
}
.sfborder {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
}

.uk-comment-title {
    color: #f70202;
}
.uk-subnav {
    color: #00027b;
}
.uk-comment-body {
    background-color: black;
    margin-bottom: 50px;
}
.uk-comment-header {
    background-color: black;
    color: #02d06d !important;
    margin-top: 100px;
}

.uk-accordion-title {
    color: #fff !important;
}

.uk-button {
    background-color: #000;
    color: #fff;
}