body{
    background-image: url("/img/wallpaper.png");
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    width: 100%;
    color: #ffffff;
}

.card {
    background-color: #221f1f;
    color: #e7e7e7;
    position: relative;
}

.title {
    color: #ffffff;
}

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

.article-licensing {
    background: #c3c3c3;
}

.menu-list a {
    color: #c3c3c3;
}

.navbar {
    background-color: #221f1f;
}

.widget .tags .tag:first-child {
    background: #534e4e;
    color: #ffffff;
}

.widget .tags .tag:last-child {
    background: #f5f5f5;
    color: #000000;
}

.navbar-item, .navbar-link {
    color: #c3c3b9;
}

.footer {
    background-color: #221f1f;
}

.content blockquote {
    background-color: #494242;
}

.timeline .media:last-child:after {
    background: #221f1f;
}

strong {
    color: #ffffff;
}

a:hover {
    background-color: rgba(255, 255, 255, 0) !important;
    color:#ffffff !important;
}

.navbar-menu {
    background-color: #221f1f;
    box-shadow: 0 8px 16px rgba(10,10,10,0.1);
    padding: 0.5rem 0;
}

.button.is-light, article.article .article-more {
    background-color: #434343;
    color: rgb(255 255 255 / 80%);
}