* {
	box-sizing:border-box;
	margin-bottom:2;

}
body {
	margin:0;
	font-family:sans-serif;
	font-size:100%;
	color:gray;
	background-color:white;
}