body {
    overflow: overlay;
}

/* Personalizacion del scroll bar*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgb(255, 255, 255, 0); */
    background: transparent;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgb(110, 110, 110);
    border-radius: 5px;
}
/**********************************************/
