input[type=text],input[type=email]{
    border: 0;
    border-bottom: 1px solid black;
}
input[type=submit]{
    background-color: transparent;
    border: 0;
}
textarea{
    resize: none;
    height: 150px;

}