html,
body {
	font-size: 14px;
	height: 100vh;
}

body,
p,
div,
ul,
ol {
	padding: 0;
	margin: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}
a,
a:visited,
a:hover,
a:active {
	color: #000;
}
