How can I center my search suggestions on my website screen?

how i can customization the search suggestions to be the center of screen?

This My Website https://spoontag.com/

Thanks.

Hi Kareem,

I found out there are a ton of CSS issues in the website, Here’s the fix for the given issue

.predictive-search.predictive-search--header {
    left: 0 !important;
    transform: translateY(0px) !important;
    margin: 0 !important;
}

.search-modal__form {
    position: relative !important;
}

Add this code, as custom Css, Since there are too many issues in given CSS, Not 100% sure about the code, But let me know once you add this.