/* Hide focus outline for non-keyboard users */
h1:focus {
    outline: none;
}

html, body {
    background-color: #1a1a27;
}
