*{
	padding: 0;
	margin: 0;
	border: 0;
}

div{
	box-sizing: border-box;
}

a{
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

button{
	text-align: center;
	cursor: pointer;
}