html, body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	overflow-x: clip;
}

input[type="email"] {
	text-transform: lowercase;
}
