    .dialog-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 40px;
    }

    .dialog-headline {
        font-size: 24px;
        font-weight: 600;
        color: var(--color-red-500);
        margin-bottom: 1rem;
    }

    .dialog-message {
        font-size: 16px;
        color: var(--color-gray-900);
        text-align: center;
        margin-bottom: 2rem;
    }