body { width: 100%; min-height: 100svh; }

html { font-size: 1svh; }
html.mobile { font-size: 1.25vw; }

.noscroll { overflow: hidden; height: 100svh; width: 100%; }

::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-thumb { background: lightgrey; border: 3px solid #fff; border-radius: 6px; cursor: pointer; }
::-webkit-scrollbar-thumb:hover { background: grey; }