* {
    margin: 0;
    padding: 0;
}
textarea:focus, input:focus, button:focus{
    outline: 0;
}
table
{
    border:none;
}