* {
	margin: 0;
}
body {
	color: #06B6D4;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
a {
	color: #A855F7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
