
/*prevent scroll refresh of page*/
html {
    overscroll-behavior: none;
}

.uk-card-secondary {
    background-color: rgb(51, 51, 51);
}

.vlnt-text-primary {
    color: #0e6dcd !important;
}