.bigmsg-parent > dialog {
    background-color: #fff;
    border: 3px solid #f91c1c;
    border-radius: 10px;
    padding: 1.5rem;
    width: 400px;
    box-shadow: 2px 4px 6px 5px rgba(0, 0, 0, 0.2);
}

.bigmsg-parent > dialog::backdrop {
    background-color: rgb(255 132 132 / 60%);
}

.bigmsg-body p {
    font-family: 'Rubik', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 2px;
}

.bigmsg-buttons {
    text-align: right;
}

.bigmsg-buttons .btn {
    font-family: 'Rubik', sans-serif;
    background-color: #1d77b9;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 4px;
}

.bigmsg-buttons .btn:hover {
    background-color: #0056b3;
}
