@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=Roboto:wght@400;500;700&display=swap');

body{
    font-family: 'Rajdhani', sans-serif;
}
#home-dash .icon{
    position: absolute;
    bottom: 0px;
    right:0px;
} 
#home-dash h5{
    margin: 0px;
    padding: 0px;
}
#home-dash .icon i{
    font-size: 50px;
    position: absolute;
    right: 15px;
    bottom: 25px;
    opacity: 0.5;
    color: #787bfe;
}
#dcount{
    color: #787bfe;
    text-decoration: underline;
    font-size: 40px!important;
    text-underline-offset: 10px;
}
.sidebar-dark {
    background-color: #071827!important;
}