html, body {
    background-color: rgb(102, 102, 102);
}

main {
    background-color: rgb(102, 102, 102);
}

* {
    color: white;
}

.sde-blue {
    color: white;
}

input, select {
    border-color: white;
}

input::placeholder {
    color: white;
}

.fa-eye {
    background-color: #666666;
    color: white;
}

.ql-align-center > strong {
    color: #ffffff;
}