::-webkit-scrollbar {    width: 8px;    position: fixed;}body {    margin: 0px;    width: 100%;    overflow: scroll;    overflow-x: hidden;}::-webkit-scrollbar-track {     background: #f1f1f1;     background: none;    display: none;}::-webkit-scrollbar-thumb {    background: #888;}::-webkit-scrollbar-thumb:hover {    background: #555;}.card-img-top {    width: 100%;    height: 30vh;    object-fit: cover;}.carousel-set-image {    width: 100%;    /*height: 95vmin;*/    /*height: 48vmin;*/    object-fit: cover;}.HomeScreenTopbar{
    position:absolute !important;
}