.darktheme {
    background-color: #17191b !important;
    color: #cdd2d6 !important;
}

/**
 * Header
 ********************************************/

.darktheme header {
    background-color: #17191b;
}

.darktheme .header-social {
    border-bottom: 1px dashed #505050;
}

/**
 * Footer
 ********************************************/

.darktheme footer {
    background-color: #26282b;
}

/**
 * body
 ********************************************/

 .darktheme .body .card-primary {
    border-bottom: 1px dashed #505050 !important;
}

.darktheme .body .card-primary p {
    color: #cdd2d6;
}

.darktheme .body .card-more-articles {
    border-bottom: 1px dashed #505050 !important;
}

.darktheme .body .resume {
    border-bottom: 1px dashed #505050;
}

.darktheme a {
    color: #cecece !important;
}

.darktheme a:hover {
    text-decoration: underline;
    color: #fff !important;
}
