.dialog-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1003;
    width: 500px;
    text-align: center;
}

.dialog-box .dialog-content {
    margin: 10px 0;
}

.dialog-box .btn {
    margin: 5px;
}