 ::-webkit-scrollbar { width: 10px;  height: 10px;  background-color: var(--bricks-color-zbsxze);  border-radius: 10px;  }  ::-webkit-scrollbar-thumb { background-color: var(--bricks-color-zcktum);  border-radius: 10px;  }  ::-webkit-scrollbar-thumb:hover { background-color: #ffcd04;  }  ::-webkit-scrollbar-corner { background-color: #f4f4f4; }  body { min-height: 100vh; }