#bg{
position:fixed;
bottom: 0px;
right: 0;
opacity: 0.9;
}

body {background-color: #B1B1B1;}
h1   {color: blue;}
p    {color: red;}

::-webkit-scrollbar{
width: 5px; 
}
    
::-webkit-scrollbar-track{
background-color: transparent;
}

::-webkit-scrollbar-thumb{
background-color: #0918AB;
}
