
html{
	padding: 0;
	margin: 0;
}

body{
	margin: 0;
	padding: 0;
	min-height: 100vh;
	color: #111;
	background-color: White;
	text-rendering: optimizeLegibility !important;
	font-family: sans-serif;
	background-image: url('vibration.png');
	background-repeat: no-repeat;
	background-position: center center;
}

*, *:before, *:after, div, h1, h2, h3, h4, h5, h6, p, a, ol, dl, ul, span, input {box-sizing:  border-box !important;}

h1{
	display: none;
}

@media only screen and (max-width: 280px) {
	body{
		background-size: contain;
	}
}