/* Disable Scrollbar */
*{
    -ms-overflow-style: none;
}
::-webkit-scrollbar {
    display: none;
}