.form-header {
    margin-bottom: 30px;
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    width: 100%; /* Ensure it takes full width to center its content */
}
