body{
    height: 100vh;
    background: #48C0DE;
    background-attachment: fixed !important;
    color:#000;
}


.container-fluid .row>*{
    padding-left: 0px;
    padding-right: 0px;
}



:root{
scrollbar-color: #201f20 rgb(241, 241, 241) !important;
scrollbar-width: thin !important;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track  {
background-color: rgb(241, 241, 241) !important;
}
::-webkit-scrollbar-thumb {
height: 30px;
background-color: #3f3d3d !important;
}
    

    
    
    
