
    

   
    input{
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    
    }
    textarea{
        width: 102%;
       
        padding: 10px;
    
    }
    
    #submit{
        border: none;
        background-color: orangered;
        color: white;
        width: 200px;
        margin-top: 10px;
        border-radius: 5px;
    
    }
    
    #submit:hover{
        background-color: #333333;
    }