/* Barra de rolagem lateral */
::-webkit-scrollbar {
    width: 7px;
    background-color: #979696;
}

::-webkit-scrollbar-thumb {
    background-color: #5c5a5a;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}
