@import url('./main.css');

body {
	background-color: hsl(132, 49%, 90%);
}

h2 {
	font-family: "Lato", "Verdana", Helvetica, sans-serif;
	font-size: 1.3rem;
}

.note {
	font-size: .8rem;
}