
    h5 {
        color: #09ad99;
        font-size: 46px;
        margin-top: 2em;
        margin-bottom: 1em;
    }

    form {
        padding: 0.5em;
        border: 5px solid;
        border-color: #09ad99;
        border-radius: 20px;
        margin-left: 5%;
        margin-right: 5%;
        text-align: left;
    }

    input[type=text] {
        border-radius: 20px;
        margin-bottom: 1em;
        width: 90%;
        height: 40px;
        font-size: 35px;
    }

    input[type=email] {
        border-radius: 20px;
        margin-bottom: 1em;
        width: 90%;
        height: 40px;
        font-size: 35px;
    }

    input[type=number] {
        border-radius: 20px;
        margin-bottom: 1em;
        width: 90%;
        height: 40px;
        font-size: 35px;
    }

    input[type=tel] {
        border-radius: 20px;
        margin-bottom: 1em;
        width: 90%;
        height: 40px;
        font-size: 35px;
    }

    input[type=checkbox] {
        width: 30px;
        height: 30px;
        margin-bottom: 1em;
    }

    textarea[name=message]{
        width: 90% ;
        height: 100px;
    }

    button {
        margin-top: 2em;
        background-color: #09ad99;
        color: white;
        font-size: 35px;
        padding: 0.5em;
    }
