body {
    background-color: white;
}

* {
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    width: 1px;
}