/* you can use a seperate style page for stuff you use 100% of time */
/* reset rule */
*{
	padding: 0; margin: 0; border: 0; box-sizing: border-box;
}
/* if you have a usual style for webpages */
body{
	font-family: verdana;
}

