body {
    touch-action: auto;
}

html {
    -webkit-text-size-adjust: none;
}
button, input {
    touch-action: manipulation;
}

button:active {
    transform: scale(0.98);
    filter: brightness(0.95);
}