    
       /*ex-oc-4-3-7*/




    input:focus {

        background-color: rgb(190, 248, 240);
        outline-color: rgb(11, 80, 65);
        color:rgb(11, 80, 65);
        font-size: 18px;
    }

    textarea:focus {
        background-color: rgb(190, 248, 240);
        outline-color: rgb(11, 80, 65);
        color:rgb(11, 80, 65);
        font-size: 18px;
    }


   









