#Banner-template--23965786865989__main {
display: flex;
align-items: center; /* Vertically centers the content */
justify-content: center; /* Horizontally centers the content */
text-align: center; /* Ensures text and inputs are centered */
height: 100%; /* Ensures the banner takes the full height of its container */
}
.email-signup-banner__box {
max-width: 600px; /* Optional: limits the width of the content */
margin: 0 auto; /* Centers the box */
padding: 20px; /* Optional: adds spacing */
}