html {
    color: rgb(0, 0, 0);
    background: rgb(255, 254, 252);
}

hr {
    color: #f0f8ff77;
}

body {
    background: linear-gradient( 90deg, hsl(0, 0%, 90%), hsl(0, 0%, 95%), hsl(0, 0%, 97%), hsl(0, 0%, 97%), hsl(0, 0%, 95%), hsl(0, 0%, 90%));
    background: rgba(0, 0, 0, 0);
}

button {
    background-color: #38383800;
    border: 1.5px solid #333333;
    color: rgb(0, 0, 0);
}

button:hover {
    border: 1.5px solid rgb(94, 143, 207);
}

input[type=text] {
    background-color: #38383800;
    border: 3px solid #a3a3a3;
}

textarea[type=text] {
    background-color: #38383800;
    border: 3px solid #a3a3a3;
}

table,
th,
tr,
td {
    border: 1px solid #00000033;
}

::-webkit-scrollbar {
    background: #FFFFFFFF;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #FFFFFF66;
}

::-webkit-scrollbar-thumb {
    background: #999999CC;
    box-shadow: inset 0 0 8px #FFFFFF66;
}

::-webkit-scrollbar-thumb:hover {
    background: #66666699;
}