* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1 {
	font-size: 2em;
}
p {
	margin-block: 1lh;
	line-height: 1.2;
}

a {
	color: #70ff7d;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
