/*Scrollbar*/
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background: #EFEFEF;
}
body::-webkit-scrollbar-thumb {
    background-color: #BD302C;
    border-radius: 4px;
}
