* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Quicksand", sans-serif;
	margin: unset;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
p {
	all: unset;
	display: block;
}

ul,
li {
	all: unset;
}
