.hf_bg{
    background-color: #01013f;
}
.hl_text{
    color:#100cd8;
}
.header-bg-gradient {
    background: linear-gradient(45deg, from-blue-900, to-yellow-500, to-red-700);
}

/* ======================== */
::-webkit-scrollbar {
    width: 4px;

}

::-webkit-scrollbar-track {
    background-color: #01013f;
}

::-webkit-scrollbar-thumb {
    background-color: #2563EB;
    border-radius: 100px;
}


::-webkit-scrollbar-thumb:hover {
    background-color: #EF4444;
}

.ptag p{
    line-height: 3rem;
}
