html {
    background-image: linear-gradient(to bottom, #181818, #464646);
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: transparent;
    height: 100%;
    margin: 0;
    padding: 1%;
}

#svgSkewb {
    margin-top: 1%;
    width: max-content;
    height: max-content;
}

#btnSolve {
    margin-top: 1%;
}

#inpH1 {
    text-align: center;
}

#inpScramble {
    width: 95vw;
}

#solution {
    color: white;
}

#searchDepth {
    color: white;
}

table {
    color: white;
}

h1 {
    color: white;
}

h2 {
    color: white;
}

label {
    color: white;
}