html{
    overflow-y: auto !important;
}

:root {
    --primary-color: linear-gradient(to right, #4892CD, #293674);
    --secondary-color: #1C2734
}


.bg-primary {
    background: var(--primary-color);
    color: #fff !important;
}

body *::-webkit-scrollbar {
    width: 0.7em;
    height: 0.7em;
}

body *::-webkit-scrollbar-track {
    background-color: rgba(0,0,0, 0.1);
    border-radius: 15px;
}

body *::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}
