/* Styles definition here */#fbuilder .pbSubmit {
    background-color: #ff0000 !important; /* Changes the background to red */
    color: #000000 !important;            /* Changes the text to black */
    border: none;
    padding: 10px 20px;
}

/* Optional: Hover effect for a smoother user experience */
#fbuilder .pbSubmit:hover {
    background-color: #cc0000 !important; /* Slightly darker red on hover */
    color: #000000 !important;
}