QDialog{
background-color: rgb(50, 50, 50);
}

QPlainTextEdit{
background-color: rgb(29, 29, 29);
color: rgb(221, 221, 221);
}

QLineEdit{
color: rgb(221, 221, 221);
padding: 2px 2px;
font-size: 12pt;
}