#messageDialog {
    width: 300px;
    height: 100px;
    border-radius: 10px;
    text-align: center;
}

#messageDialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}