/*
 * Copyright (c) 2018.
 *
 * @author Syber
 */

html, body {
    background: #000;
    color: #fff;
}

p, div {
    color: #fff!important;
}

a {
    color: #fff!important;
    text-decoration: underline;
}

.counters {
    background: #000;
}

.btn-light {
    color: #000!important;
}