/* :root{
    --dark : #1e1e1e;
}

body{
    font-family: sans-serif;    
    background-color: var(--dark) !important;
}

div {
    background-color: var(--dark) !important;
}

nav {
    background-color: var(--dark) !important;
    
} */

.pagecontainer{
    margin: 0px 20px !important;
    min-height: 550px !important;
}


.articleitem{
    padding: 10px;
    /* color: rgb(48, 48, 48) !important; */
    /* background-color: black !important; */
    /* border: 1px solid rgb(56, 56, 56) !important ; */
    text-decoration: none;
    border-radius: 10px !important;
    /* cursor: pointer !important; */
}

/* .articleitem:hover{    
    background-color: rgb(15, 16, 16);
    transition: background-color linear 0.3s;
} */

.linkstyle{
    text-decoration: none;
}

.articlecontent{
    padding: 0px 20px;
    border-right: 1px solid rgb(90, 89, 89);    
}

.tagcontent{
    padding: 0px 10px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}