body {
    background: rgb(24, 24, 24);
}
/**
NAVBAR
**/
.custom-toggler.navbar-toggler {
    border-color: lightgreen;
}

/**
ARTICLES PAGE
**/
.article_button {
    background: #8e8c99; 
    color: #EAE8FF;
    font-family: Kode Mono;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    
    transition: 0.3s;
}

.article_button:hover {
    background-color: #EAE8FF;
    color: #8e8c99;
}

/**
SINGLE ARTICLE PAGE
**/
.article_back_button{
    background: #8e8c99; 
    color: #EAE8FF;
    font-family: Kode Mono;
    text-decoration: none;
    padding: 5px 10px;
    
    border-radius: 8px;
    transition: 0.3s;
}

.article_back_button:hover {
    background-color: #EAE8FF;
    color: #8e8c99;
}

.top_back_title{
    padding: 5px;
}