html,
body,
body * {
    color: #fff !important;
}

html,
body {
    background-color: #000 !important;
}

input::placeholder,
textarea::placeholder {
    color: #fff !important;
    opacity: 1;
}
