body {
    -webkit-tap-highlight-color: transparent;
    overscroll-behavior: none;
    -webkit-user-select: none;
    user-select: none;
}

button[type="submit"] {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
