:root { 
    --bordercl: #bd93f9 !important;
}

hr {
  border-top: 3px dotted #bd93f9 !important;
}

blockquote {
    border-left: 3px solid rgb(45, 145, 75);
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: rgb(255, 255, 255);
}

code {
    color: rgb(240, 240, 158);
    background-color: rgb(66, 54, 54);
    border-radius: 5px;
}
