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

QPlainTextEdit{
background-color:  rgb(250, 250, 250);
color: rgb(15, 15, 15);
}

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