body {
    background-color: black !important;
    background-image: none !important;
}

img.qr-code {
    background-color: white;
}

p {
    color: white;
}

label {
    color: #bbbbbb;
}

input {
    color: #cccccc !important;
}

button {
    color: white !important;
    border-color: white !important;
    transition: all 0.3s;
}

button:hover {
    color: rgb(255, 255, 255, 0.7) !important;
    border-color: rgb(255, 255, 255, 0.7) !important;
}

hr {
    border-color: rgb(255, 255, 255, 0.4);
}