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

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

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