html { scrollbar-width: thin; } *, ::after, ::before { scrollbar-width: inherit; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-button { width: 8px; height: 5px; } ::-webkit-scrollbar-track { background: transparent; border: thin solid transparent; box-shadow: none; border-radius: 10px; } ::-webkit-scrollbar-thumb { border: thin solid transparent; border-radius: 10px; background: var(--primary-color); } body { background-image: url("/images/background.jpg"); background-size: cover; min-height: 100vh } .loading { height: 100vh; justify-content: center; flex-direction: column; }