* {
    margin: 0;
    padding: 0;
}

a {
    -webkit-user-select: none;
    text-decoration: none;
   
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-user-select: none;
}



.row {
    margin: 0;
}

input {
    outline: none;
    border: none;
}

button {

    background: none;
    outline: none;
    border: none;
}
body{

}