* {
	box-sizing: border-box;
}
body {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
p, dl, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
button {
	padding: 0;
}
ul li {
	list-style: none;
}
a, a:focus, a:hover {
	color: unset;
	text-decoration: none;
}
button {
	border: none;
	cursor: pointer;
	background-color: unset;
}
select, input, textarea {
	color: white;
    padding: 0;
    margin: 0;
    outline: none;
}
iframe {
	border: none;
}