.bordered-whiteblue{
    border: 3px solid #fff;
    background: #2859F6;
    color: #fff !important;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none !important;
    transition: .2s;
}

.bordered-darkestblue{
    border: 3px solid #fff;
    background: #0029A3;
    color: #fff !important;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none !important;
    transition: .2s;
}

.bordered-whiteblue:hover,
.bordered-darkestblue:hover{
    filter: contrast(0.7);
    transition: .2s;
}

.custom-scroll::-webkit-scrollbar{
    width: 10px;
}

.custom-scroll::-webkit-scrollbar-track{
    background: #ffffff50;
}

.custom-scroll::-webkit-scrollbar-thumb{
    background: #2859F6;
}
