html,
body,
select,
svg,
p,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
input,
select,
option {
	padding: 0;
	margin: 0;
}
html,
body {
	height: 100%;
	width: 100%;
}
html {
	font-size: 16px;
	line-height: 1;
}


input,
p,
button,
span {
	border: none;
	background-color: transparent;
}

select {
	padding: 6px 4px;
	font-size: 0.75em;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	border-radius: 12px;
}

select:hover {
	box-shadow: 2px 2px 24px #ffffff;
}

option {
	color: #000;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.75em;
}

a {
	text-decoration: none;
}

span,
p,
a {
	color: #000000;
}

/* span:hover, */
p:hover,
a:hover {
	color: #000;
}

p {
	font-size: 1em;
	display: block;
}

span {
	font-size: 1em;
	display: inline;
	height: 1em;
	line-height: 1em; 
}