#notes {
	display: flex;
	flex-direction: column;
	gap: calc(2 * var(--spacing));
}

#notes-form {
	margin-top: calc(4 * var(--spacing));
}
