::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-button { width: 0px; height: 0px; }
::-webkit-scrollbar-thumb { background: #2A65B0; border: 0px none #2A65B0; border-radius: 50px; }
::-webkit-scrollbar-thumb:hover { background: #4c88e8; }
::-webkit-scrollbar-thumb:active { background: #4a7ccc; }
::-webkit-scrollbar-track { background: #132A54; border: 0px none #132A54; border-radius: 0px; }
::-webkit-scrollbar-track:hover { background: #132A54; }
::-webkit-scrollbar-track:active { background: #060F1D; }
::-webkit-scrollbar-corner { background: transparent; }

.fs-25 {
    font-size: 25px;
}