html, body {
    margin: 0;
    padding: 0;
    background: #d0d0d0;
    min-height: 100%;
    overflow: visible;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}