/* Base responsive styles */
body {
	font-family: sans-serif;
	padding: 20px;
	max-width: 600px;
	margin: auto;
}

html, body,button, a  {
	touch-action: manipulation; /* Prevent double-tap zoom on links/buttons */
}