
    .banner-customizable {
        background-image: url(https://jsonrest-stack-ap-southeast-2-prod-public-assets.s3.ap-southeast-2.amazonaws.com/rocket_logo.png);
        background-size: auto 100%;
        background-position: left;
        background-repeat: no-repeat;
        height: 50px;
        width: 100%;
    }
    .submitButton-customizable {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #23252f;
        color: #ffffff;
        text-decoration: none;
        padding: 0px 0px;
        border-radius: 30px;
        font-weight: bold;
        text-align: center;
        transition: background-color 0.3s ease;
    }
    .submitButton-customizable:hover {
        background-color: #3a3d4d;
    }

