@charset "UTF-8";

*, *::before, *::after {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-weight: normal;
	letter-spacing: 1px;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a,
a:hover,
a:visited {
	color: #fff;
}

p {
	font-size: 14px;
}
